Skip to content

Commit b16ff69

Browse files
committed
Split workflows
1 parent 89e38fb commit b16ff69

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.circleci/config.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,17 @@ jobs:
8484
8585
workflows:
8686
version: 2
87-
main:
87+
build:
8888
jobs:
8989
- build
90+
release:
91+
jobs:
92+
- build:
93+
filters:
94+
branches:
95+
ignore: /.*/
96+
tags:
97+
only: /^\d+\.\d+\.\d+$/
9098
- github-release:
9199
requires:
92100
- build

0 commit comments

Comments
 (0)