1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-24 07:46:59 +03:00

Update azure-pipelines.yml

apparently azure only likes single quotes for this portion of the yaml?
This commit is contained in:
Wez Furlong 2019-06-25 23:58:37 -07:00 committed by GitHub
parent ffa7b48c45
commit b9a85d3862
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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