We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 480e9f5 commit bdb0fedCopy full SHA for bdb0fed
.circleci/config.yml
@@ -73,7 +73,7 @@ workflows:
73
promu_opts: "-p linux/amd64 -p windows/amd64 -p linux/arm64 -p darwin/amd64 -p darwin/arm64 -p linux/386"
74
filters:
75
tags:
76
- ignore: /^v2(\.[0-9]+){2}(-.+|[^-.]*)$/
+ ignore: /^v.*/
77
branches:
78
ignore: /^(main|release-.*|.*build-all.*)$/
79
- prometheus/build:
@@ -83,8 +83,7 @@ workflows:
83
84
only: /^(main|release-.*|.*build-all.*)$/
85
86
- only: /^v2(\.[0-9]+){2}(-.+|[^-.]*)$/
87
-
+ only: /^v.*/
88
- codespell:
89
90
@@ -108,6 +107,6 @@ workflows:
108
107
- build_all
109
110
111
- only: /^v[0-9]+(\.[0-9]+){2}(-.+|[^-.]*)$/
112
113
ignore: /.*/
0 commit comments