2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

github: only mirror master for now

This commit is contained in:
Owen Rafferty 2022-09-20 15:59:13 -05:00
parent 9df0a92d02
commit 47e6f3f5e6
No known key found for this signature in database

View File

@ -5,6 +5,7 @@ on: [push, delete]
jobs: jobs:
to_codeberg: to_codeberg:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ github.ref_name == 'master' && !github.event.pull_request }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with: