Skip to content

Commit c8156f4

Browse files
author
bugficks
committed
circleci
1 parent 88ec289 commit c8156f4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.circleci/config.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,15 @@ jobs:
4343
4444
workflows:
4545
version: 2
46-
main:
46+
untagged-build:
4747
jobs:
4848
- build
49+
tagged-build:
50+
jobs:
51+
- build:
52+
filters:
53+
tags:
54+
only: /^\d+\.\d+\.\d+$/
4955
- publish-github-release:
5056
requires:
5157
- build

0 commit comments

Comments
 (0)