diff --git a/.github/workflows/podman-image.yml b/.github/workflows/podman-image.yml index c79e43bbb5..6b7d129cb9 100644 --- a/.github/workflows/podman-image.yml +++ b/.github/workflows/podman-image.yml @@ -3,7 +3,7 @@ name: Podman Image CI on: push: - branches: [ "main", "staging", "develop", "sandbox" ] + branches: [ "main", "staging", "develop", "sandbox", "cjcolvar-patch-4" ] env: GHCR_USER: ${{ github.actor }} @@ -13,7 +13,7 @@ env: DOCKERHUB_USER: ${{ secrets.dockerhub_user }} DOCKERHUB_PASSWORD: ${{ secrets.dockerhub_password }} IMAGE_TAG: ${{ fromJSON('{"refs/heads/main":"production","refs/heads/develop":"develop","refs/heads/staging":"staging","refs/heads/sandbox":"sandbox"}')[github.ref] }} - BRANCH: ${{ fromJSON('{"refs/heads/main":"main","refs/heads/develop":"develop","refs/heads/staging":"staging","refs/heads/sandbox":"sandbox"}')[github.ref] }} + BRANCH: ${{ fromJSON('{"refs/heads/main":"main","refs/heads/develop":"develop","refs/heads/staging":"staging","refs/heads/sandbox":"sandbox","refs/heads/cjcolvar-patch-4":"develop"}')[github.ref] }} jobs: