Skip to content

Commit

Permalink
CI: Only trigger azure pipelines on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaiter committed Jul 17, 2019
1 parent f4ffc66 commit e7a6c75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Expand Up @@ -2,6 +2,9 @@ trigger:
tags:
include:
- '*'
branches:
exclude:
- '*'

strategy:
matrix:
Expand Down

0 comments on commit e7a6c75

Please sign in to comment.