From 384c1ae01ec2449bd332584efbde16ac75be6ee2 Mon Sep 17 00:00:00 2001 From: Ahson Khan Date: Fri, 18 Aug 2023 14:51:46 -0700 Subject: [PATCH] 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 --- README.md | 2 +- sdk/core/ci.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e7001382..3282f16e2 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/sdk/core/ci.yml b/sdk/core/ci.yml index 9f1e18dea..8b230b790 100644 --- a/sdk/core/ci.yml +++ b/sdk/core/ci.yml @@ -17,6 +17,7 @@ trigger: - doc/ - samples/ - .github/ + - '*.md' - /**/*.md pr: @@ -36,6 +37,7 @@ pr: - doc/ - samples/ - .github/ + - '*.md' - /**/*.md stages: