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

Update azure-pipelines.yml

I hate yaml :-p
This commit is contained in:
Wez Furlong 2019-06-25 08:16:08 -07:00 committed by GitHub
parent ef3ddfc153
commit 3007258d31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,11 @@ trigger:
include: ['*']
schedules:
- cron: "0 * * * *"
displayName: "scheduled build"
always: "true"
branches:
include: ['master']
- cron: "0 * * * *"
displayName: "scheduled build"
always: "true"
branches:
include: ['master']
jobs:
- job: 'Clippy'