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 b2d7037 commit 16e9c00Copy full SHA for 16e9c00
.circleci/config.yml
@@ -57,13 +57,13 @@ workflows:
57
branches:
58
only: /.*/
59
tags:
60
- ignore: /^v([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$/
+ ignore: /^[0-9]+(\.[0-9]+)*(-.*)*$/
61
build-n-publish:
62
jobs:
63
- publish:
64
context: gaardsholt
65
filters:
66
67
- only: /^v([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$/
+ only: /^[0-9]+(\.[0-9]+)*(-.*)*$/
68
69
ignore: /.*/
0 commit comments