diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5790d96829..1bc8ff3b3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}