Skip to content

Commit 26f54f7

Browse files
fix: Update trigger paths for pull request and push events in azure-dev.yml
1 parent 83b2e98 commit 26f54f7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/azure-dev.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
name: AZD Template Validation
22
on:
33
workflow_dispatch:
4+
pull_request:
5+
paths:
6+
- 'infra/**'
7+
- 'azure.yaml'
8+
- 'scripts/**'
9+
- '.github/workflows/azure-dev.yml'
410
push:
511
branches:
612
- main
13+
paths:
14+
- 'infra/**'
15+
- 'azure.yaml'
16+
- 'scripts/**'
17+
- '.github/workflows/azure-dev.yml'
718

819
permissions:
920
contents: read

0 commit comments

Comments
 (0)