We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8e9def commit 966722aCopy full SHA for 966722a
.github/workflows/release.yaml
@@ -2,7 +2,7 @@ on:
2
push:
3
# Pattern matched against refs/tags
4
tags: ["v[0-9]+", "v[0-9]+.[0-9]+", "v[0-9]+.[0-9]+.[0-9]+", "v[0-9]+.[0-9]+.[0-9]+.post[0-9]+", "v[0-9]+.[0-9]+.[0-9]+.dev[0-9]+",]
5
- workflow_call:
+ workflow_dispatch:
6
7
permissions:
8
contents: read
0 commit comments