Skip to content

Commit

Permalink
Only validate bicep on changes to infra folder (Azure-Samples#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney authored Sep 14, 2023
1 parent 2c5f493 commit 89a22ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/azure-dev-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@ name: Validate AZD template
on:
push:
branches: [ main ]
paths:
- "infra/**"
pull_request:
branches: [ main ]
paths:
- "infra/**"

jobs:
build:
Expand Down

0 comments on commit 89a22ea

Please sign in to comment.