Skip to content

Commit 535bc58

Browse files
authored
Update config.yml
1 parent b8440db commit 535bc58

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.circleci/config.yml

+2-14
Original file line numberDiff line numberDiff line change
@@ -80,27 +80,15 @@ jobs:
8080
workflows:
8181
version: 2
8282

83-
release:
84-
jobs:
85-
- setup:
86-
filters:
87-
tags:
88-
only: /^v?\d\.\d\.\d/
89-
- build:
90-
requires:
91-
- setup
92-
- publish:
93-
context: build-ctx
94-
requires:
95-
- build
96-
9783
build_and_publish:
9884
jobs:
9985
- setup:
10086
filters:
10187
branches:
10288
ignore:
10389
- docs
90+
tags:
91+
only: /^v?\d\.\d\.\d/
10492
- build:
10593
requires:
10694
- setup

0 commit comments

Comments
 (0)