mirror of
https://github.com/microsoft/UVAtlas
synced 2024-11-09 13:50:05 +00:00
Update YAML pipeline triggers (#146)
This commit is contained in:
parent
02455044f4
commit
6cd1a2492f
@ -12,8 +12,26 @@ schedules:
|
|||||||
include:
|
include:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
trigger: none
|
trigger:
|
||||||
pr: none
|
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:
|
resources:
|
||||||
repositories:
|
repositories:
|
||||||
|
@ -19,6 +19,9 @@ trigger:
|
|||||||
paths:
|
paths:
|
||||||
include:
|
include:
|
||||||
- CMakeLists.txt
|
- CMakeLists.txt
|
||||||
|
- build/CompilerAndLinker.cmake
|
||||||
|
- build/JoinPaths.cmake
|
||||||
|
|
||||||
pr:
|
pr:
|
||||||
branches:
|
branches:
|
||||||
include:
|
include:
|
||||||
@ -26,6 +29,9 @@ pr:
|
|||||||
paths:
|
paths:
|
||||||
include:
|
include:
|
||||||
- CMakeLists.txt
|
- CMakeLists.txt
|
||||||
|
- build/CompilerAndLinker.cmake
|
||||||
|
- build/JoinPaths.cmake
|
||||||
|
drafts: false
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
repositories:
|
repositories:
|
||||||
|
Loading…
Reference in New Issue
Block a user