Skip to content

Commit

Permalink
ci: use specific version matches for release triggering
Browse files Browse the repository at this point in the history
This restricts release workflow to only trigger on tags that match a specific format.
  • Loading branch information
tfkhdyt committed Feb 21, 2024
1 parent 3669c98 commit f02429c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ permissions:
on:
push:
tags:
- '*'
- v[0-9]+.*
jobs:
create-release:
runs-on: ubuntu-release
Expand Down

0 comments on commit f02429c

Please sign in to comment.