Skip to content

Commit

Permalink
ci -improve tagged commit triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Aug 9, 2019
1 parent 8870a21 commit a9bc6f9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@
# https://docs.microsoft.com/azure/devops/pipelines/languages/python

trigger:
- master
batch: true
branches:
include:
- master
tags:
include:
- "*"

pr:
- master
Expand Down Expand Up @@ -137,6 +143,7 @@ jobs:


# PUBLISH
# only with a tagged commit (see: https://github.com/MicrosoftDocs/vsts-docs/issues/3281)
- job: 'Publish'
dependsOn: 'Build'
pool:
Expand Down

0 comments on commit a9bc6f9

Please sign in to comment.