Skip to content

Commit d0985cd

Browse files
Update workflow triggers for AZD template validation
1 parent 09ebdeb commit d0985cd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/azd-template-validation.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
name: AZD Template Validation
2-
on:
2+
on:
33
workflow_dispatch:
44
push:
55
branches:
66
- main
7+
paths:
8+
- 'infra/**'
9+
- 'azure.yaml'
10+
- 'scripts/**'
11+
- '.github/workflows/azure-dev.yml'
712

813
permissions:
914
contents: read

0 commit comments

Comments
 (0)