We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d32523 commit 3f22e8cCopy full SHA for 3f22e8c
.github/workflows/prerelease.yml
@@ -6,7 +6,8 @@ on:
6
push:
7
branches: []
8
tags:
9
- - "[0-9]+.[0-9]+.[0-9]+-**"
+ - "0.0.[0-9]+"
10
+ - "0.0.[0-9]+-**"
11
12
# Allows you to run this workflow manually from the Actions tab
13
workflow_dispatch:
0 commit comments