We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5737f1d + f30941c commit f96651aCopy full SHA for f96651a
.github/workflows/continuous-deployment.yml
@@ -131,7 +131,10 @@ jobs:
131
unit-test-backend,
132
unit-test-common,
133
]
134
- if: ((github.ref == 'refs/heads/main') || (inputs.deployBranch == 'true'))
+ if: |
135
+ ((github.ref == 'refs/heads/main')
136
+ || (github.ref == 'refs/heads/dependency-updates-auto')
137
+ || (inputs.deployBranch == 'true'))
138
with:
139
ghaEnvironment: ${{ needs.setup.outputs.ghaEnvironment }}
140
azResourceGrpAppEncrypted: ${{ needs.setup.outputs.azResourceGrpAppEncrypted }}
0 commit comments