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 4c47cf1 commit 2a9fabcCopy full SHA for 2a9fabc
.circleci/config.yml
@@ -222,7 +222,7 @@ workflows:
222
branches:
223
ignore: /.*/
224
tags:
225
- only: /^v[0-9].[0-9].[0-9]+.*/
+ only: /^v[0-9]+\.[0-9]+\.[0-9]+.*/
226
- spawn-stability-tests-job:
227
requires:
228
- lint
@@ -246,15 +246,15 @@ workflows:
246
- cross-compile
247
filters:
248
249
- only: /^v([0-9])+.([0-9])+.([0-9])+.*/
250
- build-package:
251
name: rpm-package
252
package_type: rpm
253
254
255
256
257
258
259
jobs:
260
setup:
0 commit comments