Tweak YAML pipeline CI triggers

This commit is contained in:
Chuck Walbourn 2022-12-06 15:11:48 -08:00
Родитель 0b8ca84069
Коммит 406e116219
4 изменённых файлов: 30 добавлений и 4 удалений

Просмотреть файл

@ -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)

Просмотреть файл

@ -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)

Просмотреть файл

@ -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)

Просмотреть файл

@ -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)