Skip to content

Commit

Permalink
ci: Run this workflow on tag push again.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaqx0r authored May 29, 2024
1 parent 5fa6e44 commit b1565db
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ on:
# goreleaser is put into snapshot mode when not on a tag
pull_request:
merge_group:
# Run when a tag is created, i.e. after the tag-release workflow.
# Run when a tag is pushed.
push:
tags:
- v*
# Run when a ref is created, i.e. after the tag-release workflow.
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#create
create:

Expand Down

0 comments on commit b1565db

Please sign in to comment.