Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Commit

Permalink
!deploy with correct default branch
Browse files Browse the repository at this point in the history
Correcting the pipeline schedule so that `main` is built on Thurdays instead of `master`
  • Loading branch information
scrthq committed Aug 6, 2020
1 parent 0392bab commit c37d9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ trigger:
- refs/heads/*

schedules:
- cron: "0 12 * * 4"
- cron: "0 16 * * 4"
displayName: Weekly build on Thursday
always: true
branches:
Expand Down

0 comments on commit c37d9f9

Please sign in to comment.