1
0
mirror of https://github.com/microsoft/DirectXTex synced 2024-11-08 14:00:05 +00:00

Tweak YAML pipeline CI triggers

This commit is contained in:
Chuck Walbourn 2022-12-06 15:05:42 -08:00
parent 27dcde569c
commit 0d0f540ec0
4 changed files with 30 additions and 4 deletions

View File

@ -17,7 +17,13 @@ resources:
- repository: self
type: git
ref: refs/heads/main
trigger: none
trigger:
branches:
include:
- main
paths:
include:
- CMakeLists.txt
name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)

View File

@ -17,7 +17,13 @@ resources:
- repository: self
type: git
ref: refs/heads/main
trigger: none
trigger:
branches:
include:
- main
paths:
include:
- CMakeLists.txt
name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)

View File

@ -18,7 +18,14 @@ resources:
type: git
ref: refs/heads/main
trigger:
- main
branches:
include:
- main
paths:
exclude:
- README.md
- HISTORY.md
- SECURITY.md
name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)

View File

@ -18,7 +18,14 @@ resources:
type: git
ref: refs/heads/main
trigger:
- main
branches:
include:
- main
paths:
exclude:
- README.md
- HISTORY.md
- SECURITY.md
name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)