diff --git a/.github/workflows/push-aur.yml b/.github/workflows/push-aur.yml index 249198e2e..07a30f9b0 100644 --- a/.github/workflows/push-aur.yml +++ b/.github/workflows/push-aur.yml @@ -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