Skip to content

Commit ebf397f

Browse files
azure template trigger
1 parent f2e0295 commit ebf397f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/azure-dev-validation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- vee-pipeline-fixes
78
permissions:
89
contents: read
910
id-token: write
@@ -31,4 +32,4 @@ jobs:
3132
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3233
# Step 3: Print the result of the validation
3334
- name: Print result
34-
run: cat ${{ steps.validation.outputs.resultFile }}
35+
run: cat ${{ steps.validation.outputs.resultFile }}

0 commit comments

Comments
 (0)