Skip to content

Commit

Permalink
Trigger build and deploy of fase-1
Browse files Browse the repository at this point in the history
  • Loading branch information
joodie committed Jun 14, 2024
1 parent dab4436 commit 1623d07
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/master' }}
if: ${{ github.ref == 'refs/heads/push-fase-1' }}
name: 'Build and Push to ACR'
runs-on: ubuntu-latest

Expand Down

0 comments on commit 1623d07

Please sign in to comment.