Skip to content

Commit

Permalink
Run CI on develop branch as well as master elifesciences/issues#9014
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaubrey authored Nov 28, 2024
1 parent 5948b89 commit bdefba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit bdefba9

Please sign in to comment.