Update source build pipeline triggers (#17547)

This commit is contained in:
Matt Thalman 2023-10-27 10:01:16 -05:00 committed by GitHub
parent 026378d5e7
commit 751bed6d08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View file

@ -1,12 +1,13 @@
# Pipeline documentation at https://github.com/dotnet/dotnet/blob/main/docs/license-scanning.md # Pipeline documentation at https://github.com/dotnet/dotnet/blob/main/docs/license-scanning.md
schedules: schedules:
- cron: "0 7 * * 1-5" - cron: "0 7 * * 1"
displayName: Run on weekdays at 7am UTC displayName: Run on Mondays at 7am UTC
branches: branches:
include: include:
- main - main
- release/* - release/*.0.1xx*
- internal/release/*.0.1xx*
pr: none pr: none
trigger: none trigger: none

View file

@ -4,7 +4,8 @@ schedules:
branches: branches:
include: include:
- main - main
- release/* - release/*.0.1xx*
- internal/release/*.0.1xx*
pr: none pr: none
trigger: none trigger: none