[release/8.0.1xx] Update source build pipeline triggers (#17659)

Co-authored-by: Matt Thalman <mthalman@microsoft.com>
This commit is contained in:
github-actions[bot] 2023-10-30 14:46:36 -05:00 committed by GitHub
parent 1e64f53bd8
commit ae28d5bc06
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
schedules:
- cron: "0 7 * * 1-5"
displayName: Run on weekdays at 7am UTC
- cron: "0 7 * * 1"
displayName: Run on Mondays at 7am UTC
branches:
include:
- main
- release/*
- release/*.0.1xx*
- internal/release/*.0.1xx*
pr: none
trigger: none

View file

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