Build deployment ZIPs from fx115 branch

This commit is contained in:
Dan Stillman 2024-03-29 06:53:29 -04:00
parent 89320a7ee4
commit 8cd2c41e25

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/fx115' || endsWith(github.ref, '-hotfix'))
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}