Skip to content

Commit

Permalink
Add dependency-updates-auto to deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesobrooks committed Sep 13, 2024
1 parent 3b16b62 commit f30941c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,10 @@ jobs:
unit-test-backend,
unit-test-common,
]
if: ((github.ref == 'refs/heads/main') || (inputs.deployBranch == 'true'))
if: |
((github.ref == 'refs/heads/main')
|| (github.ref == 'refs/heads/dependency-updates-auto')
|| (inputs.deployBranch == 'true'))
with:
ghaEnvironment: ${{ needs.setup.outputs.ghaEnvironment }}
azResourceGrpAppEncrypted: ${{ needs.setup.outputs.azResourceGrpAppEncrypted }}
Expand Down

0 comments on commit f30941c

Please sign in to comment.