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 4481c2f commit f2a9ccdCopy full SHA for f2a9ccd
.circleci/config.yml
@@ -19,20 +19,8 @@ workflows:
19
branches:
20
only:
21
- master
22
- - development
23
tags: # Tag filter required because the release job has a tag filter
24
only: /.*/
25
- - q-ctrl/publish_publicly:
26
- context: q-ctrl-api-development
27
- requires:
28
- - q-ctrl/pytest_python_36_open
29
- - q-ctrl/open_build_and_publish_internally
30
- filters:
31
- branches:
32
- only:
33
34
- tags:
35
- only: /^v?\d+(\.\d+){1,2}rc\d+$/ # RC version required for publish from development
36
- q-ctrl/publish_publicly:
37
context: q-ctrl-api-production
38
requires:
0 commit comments