Skip to content

Commit a6727ca

Browse files
Merge branch 'main' into copilot/add-debug-option-linter-workflow
2 parents 0f9431d + 1699a68 commit a6727ca

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/azure-dev.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,20 @@ on:
2020
# Set this to the mainline branch you are using
2121
branches:
2222
- main
23+
paths-ignore:
24+
- 'docs/**'
25+
- 'decision-log/**'
26+
- 'cicd/**'
27+
- '*.md'
2328
pull_request:
2429
# Run when pull requests are opened or updated
2530
branches:
2631
- main
32+
paths-ignore:
33+
- 'docs/**'
34+
- 'decision-log/**'
35+
- 'cicd/**'
36+
- '*.md'
2737

2838
# GitHub Actions workflow to deploy to Azure using azd
2939
# Ensure only one deployment runs at a time to prevent conflicts

0 commit comments

Comments
 (0)