Skip to content

Commit

Permalink
ci: build semver tags only
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils committed Sep 11, 2024
1 parent f0c1851 commit db6a3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches-ignore:
- 'dependabot/**'
tags:
- '**'
- 'v[0-9]+.[0-9]+.[0-9]+'

permissions:
contents: read
Expand Down

0 comments on commit db6a3ab

Please sign in to comment.