From 7a6f98a3b94036e0acc7d67c9361b38ece17b3c0 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Wed, 21 Feb 2024 12:55:08 -0800 Subject: [PATCH] Update YAML pipeline triggers (#214) --- build/DirectXTK12-GitHub-CMake-Dev17.yml | 22 ++++++++++++++++++++-- build/DirectXTK12-GitHub-CMake.yml | 6 ++++++ 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/build/DirectXTK12-GitHub-CMake-Dev17.yml b/build/DirectXTK12-GitHub-CMake-Dev17.yml index ca80b89..b902736 100644 --- a/build/DirectXTK12-GitHub-CMake-Dev17.yml +++ b/build/DirectXTK12-GitHub-CMake-Dev17.yml @@ -12,8 +12,26 @@ schedules: include: - main -trigger: none -pr: none +trigger: + branches: + include: + - main + paths: + include: + - CMakeLists.txt + - build/CompilerAndLinker.cmake + - build/JoinPaths.cmake + +pr: + branches: + include: + - main + paths: + include: + - CMakeLists.txt + - build/CompilerAndLinker.cmake + - build/JoinPaths.cmake + drafts: false resources: repositories: diff --git a/build/DirectXTK12-GitHub-CMake.yml b/build/DirectXTK12-GitHub-CMake.yml index 066e370..db8419b 100644 --- a/build/DirectXTK12-GitHub-CMake.yml +++ b/build/DirectXTK12-GitHub-CMake.yml @@ -19,6 +19,9 @@ trigger: paths: include: - CMakeLists.txt + - build/CompilerAndLinker.cmake + - build/JoinPaths.cmake + pr: branches: include: @@ -26,6 +29,9 @@ pr: paths: include: - CMakeLists.txt + - build/CompilerAndLinker.cmake + - build/JoinPaths.cmake + drafts: false resources: repositories: