Skip to content

Commit f11b588

Browse files
authored
chore(ci): Separate publish from standard PR flow (#70)
PR must now passes all test. Publication can triggered only with a new tag, without the need to run all previous tests on all branches.
1 parent 3ed336e commit f11b588

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.circleci/config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,15 +172,16 @@ commands:
172172
173173
# Workflow definition
174174
workflows:
175-
standard:
175+
PR:
176176
jobs:
177177
- build:
178178
matrix: *build-matrix
179179
name: "build-py<< matrix.python >>-pytest << matrix.pytest >>"
180180
filters: *PR-only
181+
182+
deploy:
183+
jobs:
181184
- publish:
182-
requires:
183-
- build
184185
filters: *official-tag
185186

186187
nightly:

0 commit comments

Comments
 (0)