We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed336e commit f11b588Copy full SHA for f11b588
.circleci/config.yml
@@ -172,15 +172,16 @@ commands:
172
173
# Workflow definition
174
workflows:
175
- standard:
+ PR:
176
jobs:
177
- build:
178
matrix: *build-matrix
179
name: "build-py<< matrix.python >>-pytest << matrix.pytest >>"
180
filters: *PR-only
181
+
182
+ deploy:
183
+ jobs:
184
- publish:
- requires:
- - build
185
filters: *official-tag
186
187
nightly:
0 commit comments