Build deployment ZIPs on fx102 branch

This commit is contained in:
Dan Stillman 2024-03-30 01:10:54 -04:00
parent 45bd374530
commit 25b40ae99c

View file

@ -62,7 +62,7 @@ jobs:
env.ACT != 'true'
&& github.repository == 'zotero/zotero'
&& github.event_name == 'push'
&& (github.ref == 'refs/heads/main' || endsWith(github.ref, '-hotfix'))
&& (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/fx102' || endsWith(github.ref, '-hotfix'))
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}