Skip to content

Commit 384c1ae

Browse files
authored
Update core ci.yml so that some CI pipeline runs when modifying markdown files at the root of the repo (Azure#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
1 parent c844535 commit 384c1ae

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Here are some alternatives, from easiest to advanced, how you can get, build and
1818

1919
#### CMake Project + Vcpkg - manifest mode
2020

21-
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.
21+
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.
2222

2323
##### 1. Create a [CMake](https://cmake.org/cmake/help/latest/) project
2424

sdk/core/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ trigger:
1717
- doc/
1818
- samples/
1919
- .github/
20+
- '*.md'
2021
- /**/*.md
2122

2223
pr:
@@ -36,6 +37,7 @@ pr:
3637
- doc/
3738
- samples/
3839
- .github/
40+
- '*.md'
3941
- /**/*.md
4042

4143
stages:

0 commit comments

Comments
 (0)