Skip to content

Commit

Permalink
Enable ZIP builds on zotero-pre-reader-2.0 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dstillman committed Sep 4, 2023
1 parent ab37454 commit 038a793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
env.ACT != 'true'
&& github.repository == 'zotero/pdf-worker'
&& github.event_name == 'push'
&& (github.ref == 'refs/heads/master' || endsWith(github.ref, '-hotfix') || github.ref == 'refs/heads/gh-actions-ci-test')
&& (github.ref == 'refs/heads/zotero-pre-reader-2.0' || endsWith(github.ref, '-hotfix') || github.ref == 'refs/heads/gh-actions-ci-test')
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 038a793

Please sign in to comment.