We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 971c93e commit 424da8fCopy full SHA for 424da8f
.github/workflows/pr-master.yml renamed to .github/workflows/pr-master-tag.yml
@@ -4,7 +4,10 @@ on:
4
push:
5
branches:
6
- master
7
+ tags:
8
+ - '**'
9
pull_request:
10
+ workflow_dispatch:
11
12
# v*.*.*
13
0 commit comments