Skip to content

Commit

Permalink
Disable pushing commits to chatterino2-git AUR repo (#2738)
Browse files Browse the repository at this point in the history
Fixes #2737
  • Loading branch information
pajlada committed May 3, 2021
1 parent cf33566 commit 2ea233a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-aur.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2ea233a

Please sign in to comment.