Commit 9be92a0
authored
[ci] Don't kick off CI for documentation only changes. (dotnet#712)
Use the [YAML `paths:` feature][0] of CI triggers to prevent running
CI for PRs that only contain "Documentation" changes.
Note: I wasn't able to verify that this works. It's possible that it
needs to already be on the default branch in order to take effect.
It shouldn't hurt to merge it and then test.
[0]: https://docs.microsoft.com/en-us/azure/devops/pipelines/repos/github?view=azure-devops&tabs=yaml#paths1 parent 03c2272 commit 9be92a0
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
10 | 16 | | |
11 | 17 | | |
12 | 18 | | |
| |||
0 commit comments