Make sure PRs modifying markdown files within the repo get CI triggered (#4323)
* Make sure PRs modifying markdown files within the repo get CI triggered * Update ci.yml for core to trigger on any markdown file change. * Test to see if wildcards work as expected * Update wildcard to include any markdown file, with a path * Revert README.md file change. * Modify a markdown file in a nested directory to see if core ci is triggered. * Exclude sdk/core from the trigger to see if wildcard works correctly. * Add back sdk/core * Revert samples markdown change.
This commit is contained in:
parent
ada77b34a6
commit
5954c5ef26
@ -15,6 +15,7 @@ trigger:
|
||||
- CMakeLists.txt
|
||||
- sdk/core
|
||||
- doc/
|
||||
- /**/*.md
|
||||
|
||||
pr:
|
||||
branches:
|
||||
@ -31,6 +32,7 @@ pr:
|
||||
- CMakeLists.txt
|
||||
- sdk/core
|
||||
- doc/
|
||||
- /**/*.md
|
||||
|
||||
stages:
|
||||
- template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
|
||||
|
||||
Loading…
Reference in New Issue
Block a user