Update YAML pipeline triggers (#214)
This commit is contained in:
Родитель
3193a07a92
Коммит
7a6f98a3b9
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче