From 108cbeb2d6bb90bb71cd851df85a0c95fa0a0d37 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Wed, 21 Feb 2024 12:55:33 -0800 Subject: [PATCH] Update YAML pipeline triggers (#455) --- build/DirectXTex-GitHub-CMake-Dev17.yml | 22 ++++++++++++++++++++-- build/DirectXTex-GitHub-CMake.yml | 6 ++++++ 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/build/DirectXTex-GitHub-CMake-Dev17.yml b/build/DirectXTex-GitHub-CMake-Dev17.yml index ed1bda0..031b5c8 100644 --- a/build/DirectXTex-GitHub-CMake-Dev17.yml +++ b/build/DirectXTex-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/DirectXTex-GitHub-CMake.yml b/build/DirectXTex-GitHub-CMake.yml index 35a39e2..c351261 100644 --- a/build/DirectXTex-GitHub-CMake.yml +++ b/build/DirectXTex-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: