mirror of
https://github.com/microsoft/DirectXTex.git
synced 2025-07-09 11:40:14 +02:00
Update YAML pipeline triggers (#455)
This commit is contained in:
parent
c3fade8160
commit
108cbeb2d6
@ -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…
x
Reference in New Issue
Block a user