Skip to content

Commit

Permalink
add paths to push trigger (Azure#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
stalejohnsen authored Aug 4, 2023
1 parent 2cf3932 commit 7870fae
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions accelerator/.github/workflows/alz-bicep-1-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ on:
push:
branches:
- "main"
paths:
- "config/custom-parameters/managementGroups.parameters.all.json"
- "config/custom-parameters/resourceGroupLoggingAndSentinel.parameters.all.json"
- "config/custom-parameters/logging.parameters.all.json"
- "config/custom-parameters/customPolicyDefinitions.parameters.all.json"
- "config/custom-parameters/customRoleDefinitions.parameters.all.json"
- "config/custom-parameters/mgDiagSettingsAll.parameters.all.json"
pull_request:
branches:
- "main"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- "main"
paths:
- "config/custom-parameters/alzDefaultPolicyAssignments.parameters.all.json"
pull_request:
branches:
- "main"
Expand Down
2 changes: 2 additions & 0 deletions accelerator/.github/workflows/alz-bicep-3-subplacement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- "main"
paths:
- "config/custom-parameters/subPlacementAll.parameters.all.json"
pull_request:
branches:
- "main"
Expand Down
3 changes: 3 additions & 0 deletions accelerator/.github/workflows/alz-bicep-4a-hubspoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- "main"
paths:
- "config/custom-parameters/resourceGroupConnectivity.parameters.all.json"
- "config/custom-parameters/hubNetworking.parameters.all.json"
pull_request:
branches:
- "main"
Expand Down
3 changes: 3 additions & 0 deletions accelerator/.github/workflows/alz-bicep-4b-vwan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- "main"
paths:
- "config/custom-parameters/resourceGroupConnectivity.parameters.all.json"
- "config/custom-parameters/vwanConnectivity.parameters.all.json"
pull_request:
branches:
- "main"
Expand Down

0 comments on commit 7870fae

Please sign in to comment.