Skip to content

Commit 1bb3dd5

Browse files
authored
Merge pull request #873 from google/jaqx0r-patch-1
ci: Run this workflow on tag push again.
2 parents 5fa6e44 + b1565db commit 1bb3dd5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ on:
44
# goreleaser is put into snapshot mode when not on a tag
55
pull_request:
66
merge_group:
7-
# Run when a tag is created, i.e. after the tag-release workflow.
7+
# Run when a tag is pushed.
8+
push:
9+
tags:
10+
- v*
11+
# Run when a ref is created, i.e. after the tag-release workflow.
812
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#create
913
create:
1014

0 commit comments

Comments
 (0)