Skip to content

Commit

Permalink
MAN-227 - only build docker file if git ref is main
Browse files Browse the repository at this point in the history
  • Loading branch information
achimber-moj committed Jan 7, 2025
1 parent 38b2029 commit 5799121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
environment: ${{ matrix.environments }}
build:
name: Build docker image from hmpps-github-actions
# if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main'
uses: ./.github/workflows/docker_build.yml # WORKFLOW_VERSION
secrets: inherit
needs:
Expand Down

0 comments on commit 5799121

Please sign in to comment.