We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a8283b commit 3f0d175Copy full SHA for 3f0d175
1 file changed
.github/workflows/create-release.yaml
@@ -1,9 +1,8 @@
1
name: Create Release
2
on:
3
push:
4
- # Release a new version every time a v6 tag is pushed.
5
tags:
6
- - '6.0.0-*'
+ - '**'
7
pull_request:
8
# Release a new SNAPSHOT version every time a PR is merged to v6.
9
types: [closed]
0 commit comments