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
1 changed files with 1 additions and 0 deletions

View File

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