Skip to content

Commit

Permalink
Simplify version-tag wildcard for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
tintoy committed Dec 24, 2023
1 parent 4fa8225 commit 8998bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ trigger:

tags:
include:
- 'v*.*.*'
- 'v*'

pr:
branches:
Expand Down

0 comments on commit 8998bfb

Please sign in to comment.