Skip to content

Commit

Permalink
fix(ci): Formulate correct triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
ngrewe committed Jul 24, 2020
1 parent 4516b93 commit 195cd27
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
trigger:
branches:
include:
- "*"
tags:
include:
- "v*"
pr:
branches:
include:
- '*'
schedules:
- cron: "0 0 * * *"
displayName: Daily midnight build
branches:
include:
- master
resources:
repositories:
- repository: tox
Expand Down

0 comments on commit 195cd27

Please sign in to comment.