Skip to content

Commit

Permalink
azure-pipelines.yml: run CI on tag updates too
Browse files Browse the repository at this point in the history
  • Loading branch information
pkgw committed Aug 29, 2020
1 parent 12f9616 commit 725aeb3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
trigger:
branches:
include:
- master
- "refs/tags/v*"

resources:
repositories:
- repository: OpenAstronomy
Expand Down

0 comments on commit 725aeb3

Please sign in to comment.