Skip to content

Commit

Permalink
Build on master and docker-build branches
Browse files Browse the repository at this point in the history
  • Loading branch information
joodie committed May 24, 2024
1 parent 3091001 commit 68a73f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
build:
needs: [check]
# only run on this branch
if: ${{ github.ref == 'refs/heads/main' }}
if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/docker-build' }}
name: 'Build and Push to ACR'
runs-on: ubuntu-latest

Expand Down

0 comments on commit 68a73f3

Please sign in to comment.