Commit ebf671d
Fix Azure Static Web App workflow - skip when no site changes
Add path filters to azure-static-web-apps workflow to only run when:
- site/ directory changes
- workflow file itself changes
This prevents the workflow from running on documentation-only PRs,
which was causing build failures since the site content wasn't modified.
Co-authored-by: aurelianware <194855645+aurelianware@users.noreply.github.com>1 parent 7e8c6de commit ebf671d
File tree
1 file changed
+6
-0
lines changed- .github/workflows
1 file changed
+6
-0
lines changedLines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
11 | 17 | | |
12 | 18 | | |
13 | 19 | | |
| |||
0 commit comments