Skip to content

Commit 16e9c00

Browse files
committed
workflow filter changed
1 parent b2d7037 commit 16e9c00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ workflows:
5757
branches:
5858
only: /.*/
5959
tags:
60-
ignore: /^v([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$/
60+
ignore: /^[0-9]+(\.[0-9]+)*(-.*)*$/
6161
build-n-publish:
6262
jobs:
6363
- publish:
6464
context: gaardsholt
6565
filters:
6666
tags:
67-
only: /^v([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$/
67+
only: /^[0-9]+(\.[0-9]+)*(-.*)*$/
6868
branches:
6969
ignore: /.*/

0 commit comments

Comments
 (0)