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:
Ahson Khan 2023-02-02 12:06:55 -08:00 committed by GitHub
parent ada77b34a6
commit 5954c5ef26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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