Skip to content

Instantly share code, notes, and snippets.

@weeyin83
Created June 28, 2022 07:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save weeyin83/4c4b3cf37b764f4a71c3683bf9b61db7 to your computer and use it in GitHub Desktop.
Save weeyin83/4c4b3cf37b764f4a71c3683bf9b61db7 to your computer and use it in GitHub Desktop.
```yml
trigger:
# YAML file in the release branch
schedules:
- cron: "0 0 * * 1-5"
displayName: Daily build at midnight (Monday-Friday)
branches:
include:
- main
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment