Skip to content

Commit 78eef2f

Browse files
authored
Update azure-dev.yml
1 parent 41d095e commit 78eef2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/azure-dev.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- dev
66
- main
77
- feature/azd-semantickernel
8+
- gpickett-patch-6
89
workflow_dispatch:
910

1011
permissions:
@@ -37,4 +38,4 @@ jobs:
3738

3839
# Step 3: Print the result of the validation
3940
- name: Print result
40-
run: cat ${{ steps.validation.outputs.resultFile }}
41+
run: cat ${{ steps.validation.outputs.resultFile }}

0 commit comments

Comments
 (0)