Skip to content

Commit b6e5394

Browse files
committed
Fix circle workflow
1 parent 3ddb270 commit b6e5394

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@ workflows:
4545
version: 2
4646
pipeline:
4747
jobs:
48-
- build
48+
- build:
49+
filters:
50+
tags:
51+
only: /^v[0-9]+(\.[0-9]+)*(-rc\.[0-9]+)?$/
4952
- release:
5053
requires:
5154
- build

0 commit comments

Comments
 (0)