mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Disable pushing commits to chatterino2-git
AUR repo (#2738)
Fixes #2737
This commit is contained in:
parent
cf33566fd7
commit
2ea233a28d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/push-aur.yml
vendored
2
.github/workflows/push-aur.yml
vendored
|
@ -19,4 +19,4 @@ jobs:
|
|||
commit_username: chatterino2-ci
|
||||
commit_email: chatterino2-ci@pajlada.com
|
||||
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
|
||||
dry_run: ${{ github.ref != 'refs/heads/master' }}
|
||||
dry_run: true
|
||||
|
|
Loading…
Reference in a new issue