Commit 3b32b59
authored
Limit PR builds to reduce wasted builds
When copilot spins up a new PR, it starts with an empty one. Our PR pipeline starts running anyway which is just wasting resources. I added a bunch of includes so hopefully in the future, copilot PRs will wait to build until there are changes. Note that this doesn't cover everything in the root node that could need a build but that list is much longer (editorconfig, json, sln, cmd, sh, etc). These are the main ones.
Added include paths for various directories and file types.1 parent c7931e1 commit 3b32b59
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
12 | 20 | | |
13 | 21 | | |
14 | 22 | | |
| |||
0 commit comments