Skip to content

Commit f96651a

Browse files
authored
Merge pull request #896 from US-Trustee-Program/deploy-dependency-updates
Add dependency-updates-auto to deployment
2 parents 5737f1d + f30941c commit f96651a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/continuous-deployment.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,10 @@ jobs:
131131
unit-test-backend,
132132
unit-test-common,
133133
]
134-
if: ((github.ref == 'refs/heads/main') || (inputs.deployBranch == 'true'))
134+
if: |
135+
((github.ref == 'refs/heads/main')
136+
|| (github.ref == 'refs/heads/dependency-updates-auto')
137+
|| (inputs.deployBranch == 'true'))
135138
with:
136139
ghaEnvironment: ${{ needs.setup.outputs.ghaEnvironment }}
137140
azResourceGrpAppEncrypted: ${{ needs.setup.outputs.azResourceGrpAppEncrypted }}

0 commit comments

Comments
 (0)