We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v
1 parent ea071bc commit 7b4510eCopy full SHA for 7b4510e
1 file changed
.github/workflows/main.yml
@@ -6,8 +6,8 @@ on:
6
- "master"
7
- "test-me-*"
8
tags:
9
- - "[0-9]+.[0-9]+.[0-9]+"
10
- - "[0-9]+.[0-9]+.[0-9]+rc[0-9]+"
+ - "v[0-9]+.[0-9]+.[0-9]+"
+ - "v[0-9]+.[0-9]+.[0-9]+rc[0-9]+"
11
12
pull_request:
13
branches:
0 commit comments