Upload deployment ZIP from 'main' branch

This commit is contained in:
Dan Stillman 2023-05-22 06:27:12 -04:00
parent 66623b945e
commit 0c3d8eeb6f

View file

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