From bdefba9b03d42390287cf13523ff93b6ac7a39b8 Mon Sep 17 00:00:00 2001 From: Scott Aubrey Date: Thu, 28 Nov 2024 15:13:35 +0000 Subject: [PATCH] Run CI on develop branch as well as master elifesciences/issues#9014 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8e0ed885..0cb29f3e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -42,7 +42,7 @@ jobs: build-and-push: runs-on: ubuntu-latest needs: [generate-date, tests] - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' env: CONTAINER_REPO: ghcr.io/elifesciences/journal CONTAINER_TAG: ${{ github.head_ref || github.ref_name }}-${{ github.sha }}-${{ needs.generate-date.outputs.date }}