From 0d0f540ec0632978ff1ac0feb1a8338b4860530f Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Tue, 6 Dec 2022 15:05:42 -0800 Subject: [PATCH] Tweak YAML pipeline CI triggers --- build/DirectXTex-GitHub-CMake-Dev17.yml | 8 +++++++- build/DirectXTex-GitHub-CMake.yml | 8 +++++++- build/DirectXTex-GitHub-Dev17.yml | 9 ++++++++- build/DirectXTex-GitHub.yml | 9 ++++++++- 4 files changed, 30 insertions(+), 4 deletions(-) diff --git a/build/DirectXTex-GitHub-CMake-Dev17.yml b/build/DirectXTex-GitHub-CMake-Dev17.yml index cd337ca..a88681f 100644 --- a/build/DirectXTex-GitHub-CMake-Dev17.yml +++ b/build/DirectXTex-GitHub-CMake-Dev17.yml @@ -17,7 +17,13 @@ resources: - repository: self type: git ref: refs/heads/main - trigger: none + trigger: + branches: + include: + - main + paths: + include: + - CMakeLists.txt name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r) diff --git a/build/DirectXTex-GitHub-CMake.yml b/build/DirectXTex-GitHub-CMake.yml index bc4fced..4d2af4c 100644 --- a/build/DirectXTex-GitHub-CMake.yml +++ b/build/DirectXTex-GitHub-CMake.yml @@ -17,7 +17,13 @@ resources: - repository: self type: git ref: refs/heads/main - trigger: none + trigger: + branches: + include: + - main + paths: + include: + - CMakeLists.txt name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r) diff --git a/build/DirectXTex-GitHub-Dev17.yml b/build/DirectXTex-GitHub-Dev17.yml index 3c16fa2..c30df91 100644 --- a/build/DirectXTex-GitHub-Dev17.yml +++ b/build/DirectXTex-GitHub-Dev17.yml @@ -18,7 +18,14 @@ resources: type: git ref: refs/heads/main trigger: - - main + branches: + include: + - main + paths: + exclude: + - README.md + - HISTORY.md + - SECURITY.md name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r) diff --git a/build/DirectXTex-GitHub.yml b/build/DirectXTex-GitHub.yml index 83a60e4..d3dbd23 100644 --- a/build/DirectXTex-GitHub.yml +++ b/build/DirectXTex-GitHub.yml @@ -18,7 +18,14 @@ resources: type: git ref: refs/heads/main trigger: - - main + branches: + include: + - main + paths: + exclude: + - README.md + - HISTORY.md + - SECURITY.md name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)