Commit 11a1333
Exclude docs folder and root *.md from Github build trigger
Every change to the existing repository triggers a build that is pretty
much pointless and expensive for a doc change that literally has no
impact on the actual content being built.
With this change documentation changes are excluded.
Using documentation from
https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#example-excluding-paths
Fixes #20951 parent adbf4a5 commit 11a1333
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
11 | 17 | | |
12 | 18 | | |
13 | 19 | | |
| |||
0 commit comments