Skip to content

Commit

Permalink
Merge pull request #36 from codecov/th/fix-tags-to-push-ext
Browse files Browse the repository at this point in the history
fix: only run on full version tags
  • Loading branch information
thomasrockhu-codecov authored Dec 5, 2024
2 parents b77827c + 76cae66 commit 8d3a8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-tag-to-extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on: # yamllint disable-line rule:truthy
push:
# Pattern matched against refs/tags
tags:
- '*'
- 'v[0-9]+.[0-9]+.[0-9]+'

jobs:
set-version:
Expand Down

0 comments on commit 8d3a8c6

Please sign in to comment.