Skip to content

Commit

Permalink
Merge pull request #896 from US-Trustee-Program/deploy-dependency-upd…
Browse files Browse the repository at this point in the history
…ates

Add dependency-updates-auto to deployment
  • Loading branch information
btposey authored Sep 13, 2024
2 parents 5737f1d + f30941c commit f96651a
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 f96651a

Please sign in to comment.