Update YAML pipeline triggers (#146)

This commit is contained in:
Chuck Walbourn 2024-02-21 12:55:24 -08:00 committed by GitHub
parent 02455044f4
commit 6cd1a2492f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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: