Update YAML pipeline triggers (#455)

This commit is contained in:
Chuck Walbourn
2024-02-21 12:55:33 -08:00
committed by GitHub
parent c3fade8160
commit 108cbeb2d6
2 changed files with 26 additions and 2 deletions

View File

@@ -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:

View File

@@ -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: