Disable source build for PR and CI on non-1xx branches (#17578)
This commit is contained in:
parent
c5ce95b250
commit
c27abab2e5
3 changed files with 15 additions and 0 deletions
|
@ -7,6 +7,13 @@ trigger:
|
|||
- main
|
||||
- release/*
|
||||
- internal/release/*
|
||||
exclude:
|
||||
- release/*.0.2xx
|
||||
- release/*.0.3xx
|
||||
- release/*.0.4xx
|
||||
- internal/release/*.0.2xx
|
||||
- internal/release/*.0.3xx
|
||||
- internal/release/*.0.4xx
|
||||
|
||||
pr:
|
||||
branches:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue