We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5057214 commit 9fd2e5eCopy full SHA for 9fd2e5e
1 file changed
.circleci/config.yml
@@ -7,14 +7,14 @@ on_main_or_tag_filter: &on_main_or_tag_filter
7
branches:
8
only: main
9
tags:
10
- only: /^v\d+\.\d+\.\d+$/
+ only: /^v\d+\.\d+\.\d+/
11
12
on_tag_filter: &on_tag_filter
13
filters:
14
15
ignore: /.*/
16
17
18
19
orbs:
20
path-filtering: circleci/path-filtering@1.2.0
0 commit comments