Update core ci.yml so that some CI pipeline runs when modifying markdown files at the root of the repo (#4900)

* Update core ci.yml so that some CI pipeline runs when modifying markdown files at the root of the repo

* Update ci.yml for PRs.

* Update README.md to test that CI triggers.

* Check why wildcard isn't working as expected

* Try wrapping wildcard in quotes since it is at the start of the path to trigger
This commit is contained in:
Ahson Khan 2023-08-18 14:51:46 -07:00 committed by GitHub
parent c844535efb
commit 384c1ae01e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -18,7 +18,7 @@ Here are some alternatives, from easiest to advanced, how you can get, build and
#### CMake Project + Vcpkg - manifest mode
The easiest way to acquire the C++ SDK is leveraging [vcpkg](https://github.com/microsoft/vcpkg#getting-started) package manager. You will need to install [Git](https://git-scm.com/downloads) before getting started.
The easiest way to acquire the C++ SDK is leveraging the [vcpkg](https://github.com/microsoft/vcpkg#getting-started) package manager. You will need to install [Git](https://git-scm.com/downloads) before getting started.
##### 1. Create a [CMake](https://cmake.org/cmake/help/latest/) project

View File

@ -17,6 +17,7 @@ trigger:
- doc/
- samples/
- .github/
- '*.md'
- /**/*.md
pr:
@ -36,6 +37,7 @@ pr:
- doc/
- samples/
- .github/
- '*.md'
- /**/*.md
stages: