From 6cd1a2492f3f3b489ffb5cd9478344a9d93194ac Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Wed, 21 Feb 2024 12:55:24 -0800 Subject: [PATCH] Update YAML pipeline triggers (#146) --- build/UVAtlas-GitHub-CMake-Dev17.yml | 22 ++++++++++++++++++++-- build/UVAtlas-GitHub-CMake.yml | 6 ++++++ 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/build/UVAtlas-GitHub-CMake-Dev17.yml b/build/UVAtlas-GitHub-CMake-Dev17.yml index 3b5fb26..100f6df 100644 --- a/build/UVAtlas-GitHub-CMake-Dev17.yml +++ b/build/UVAtlas-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/UVAtlas-GitHub-CMake.yml b/build/UVAtlas-GitHub-CMake.yml index f1185de..7d39e8f 100644 --- a/build/UVAtlas-GitHub-CMake.yml +++ b/build/UVAtlas-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: