From 8cd2c41e2528c09ab5be5b793ed0a4e5872106fe Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 29 Mar 2024 06:53:29 -0400 Subject: [PATCH] Build deployment ZIPs from fx115 branch --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a1e744cc4..a122161d17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}