mirror of
https://github.com/wez/wezterm.git
synced 2024-11-28 01:06:37 +03:00
Update azure-pipelines.yml
This commit is contained in:
parent
3f68fd6a7f
commit
15d8248611
@ -7,12 +7,15 @@ trigger:
|
||||
include: ['*']
|
||||
|
||||
schedules:
|
||||
- cron: "0 0 * * *"
|
||||
displayName: Daily build
|
||||
always: true
|
||||
- cron: "0 */6 * * *"
|
||||
displayName: "scheduled build"
|
||||
always: "true"
|
||||
branches:
|
||||
include: ['master']
|
||||
|
||||
pool:
|
||||
vmImage: 'ubuntu-latest'
|
||||
|
||||
jobs:
|
||||
- job: 'Clippy'
|
||||
pool:
|
||||
|
Loading…
Reference in New Issue
Block a user