1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-25 22:33:52 +03:00

Update azure-pipelines.yml

check every 20 minutes to see if we should run a build
This commit is contained in:
Wez Furlong 2019-06-26 13:09:43 -07:00 committed by GitHub
parent 0e8ee75537
commit 8d111e4c03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ trigger:
schedules:
- cron: '0,20,40 * * * *'
displayName: "scheduled build"
always: 'true'
always: 'false'
branches:
include: ['master']