Make sure PRs modifying root samples and .github files within the repo get core CI triggered (#4546)

This commit is contained in:
Ahson Khan 2023-04-11 15:56:23 -07:00 committed by GitHub
parent 1c15232a63
commit 49f0f9e869
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,8 @@ trigger:
- CMakeLists.txt
- sdk/core
- doc/
- samples/
- .github/
- /**/*.md
pr:
@ -32,6 +34,8 @@ pr:
- CMakeLists.txt
- sdk/core
- doc/
- samples/
- .github/
- /**/*.md
stages: