Revert "Build deployment ZIPs from fx115 branch"
No longer needed on main branch
This reverts commit 8cd2c41e25
.
This commit is contained in:
parent
4e912b84c0
commit
5b1f2f4f90
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -62,7 +62,7 @@ jobs:
|
|||
env.ACT != 'true'
|
||||
&& github.repository == 'zotero/zotero'
|
||||
&& github.event_name == 'push'
|
||||
&& (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/fx115' || 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 }}
|
||||
|
|
Loading…
Reference in a new issue