Skip to content

Commit

Permalink
Merge pull request #873 from google/jaqx0r-patch-1
Browse files Browse the repository at this point in the history
ci: Run this workflow on tag push again.
  • Loading branch information
jaqx0r authored May 29, 2024
2 parents 5fa6e44 + b1565db commit 1bb3dd5
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 1bb3dd5

Please sign in to comment.