We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfdf201 commit bfa45a7Copy full SHA for bfa45a7
1 file changed
.github/workflows/draft-release.yml
@@ -3,8 +3,7 @@ name: Publish draft release
3
on:
4
push:
5
tags:
6
- - "v[0-9]+.[0-9]+.[0-9]+.*"
7
- - "[0-9]+.[0-9]+.[0-9]+.*"
+ - "*"
8
workflow_dispatch:
9
10
jobs:
0 commit comments