Skip to content

Commit 3f0d175

Browse files
committed
ci: run on any tag push
1 parent 7a8283b commit 3f0d175

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/create-release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: Create Release
22
on:
33
push:
4-
# Release a new version every time a v6 tag is pushed.
54
tags:
6-
- '6.0.0-*'
5+
- '**'
76
pull_request:
87
# Release a new SNAPSHOT version every time a PR is merged to v6.
98
types: [closed]

0 commit comments

Comments
 (0)