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 6757fd8 commit 27b1618Copy full SHA for 27b1618
.github/workflows/release.yml
@@ -2,8 +2,8 @@
2
name: Release Plugin
3
on:
4
push:
5
- branches:
6
- - master
+ tags:
+ - '**'
7
jobs:
8
build:
9
# TODO only when test successful
0 commit comments