mirror of https://github.com/microsoft/WSL
Update the pipelines to reference the default branch (#12918)
This commit is contained in:
parent
4b5cb64e79
commit
bb9caa4864
|
|
@ -1,7 +1,7 @@
|
|||
trigger:
|
||||
branches:
|
||||
include:
|
||||
- main
|
||||
- master
|
||||
paths:
|
||||
include:
|
||||
- 'localization/strings/en-US/Resources.resw'
|
||||
|
|
@ -14,7 +14,7 @@ schedules:
|
|||
displayName: Nightly Touchdown Build Schedule
|
||||
branches:
|
||||
include:
|
||||
- "main"
|
||||
- "master"
|
||||
always: true
|
||||
|
||||
pool:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
trigger:
|
||||
branches:
|
||||
include:
|
||||
- main
|
||||
- master
|
||||
|
||||
pool:
|
||||
name: 'wsl-build'
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
trigger:
|
||||
branches:
|
||||
include:
|
||||
- main
|
||||
- master
|
||||
- release/*
|
||||
|
||||
variables:
|
||||
|
|
|
|||
Loading…
Reference in New Issue