We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca7cb7a commit 112861aCopy full SHA for 112861a
.github/workflows/release.yml
@@ -8,6 +8,8 @@ on:
8
tags:
9
- 'v*'
10
- '!v*rc*'
11
+ - '!v*beta*'
12
+ - '!v*alpha*'
13
14
jobs:
15
build:
0 commit comments