Skip to content

Commit

Permalink
ci: restrict release on push to only tagged pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
ketozhang committed Oct 7, 2024
1 parent 5ab9a1c commit 34e934c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push: # On push to these prerelease branches
branches:
- main
tags:
- v*
release: # On create a GitHub Release
types:
- created
Expand Down

0 comments on commit 34e934c

Please sign in to comment.