Skip to content

Commit 89a22ea

Browse files
authored
Only validate bicep on changes to infra folder (#631)
1 parent 2c5f493 commit 89a22ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@ name: Validate AZD template
22
on:
33
push:
44
branches: [ main ]
5+
paths:
6+
- "infra/**"
57
pull_request:
68
branches: [ main ]
9+
paths:
10+
- "infra/**"
711

812
jobs:
913
build:

0 commit comments

Comments
 (0)