Skip to content

Commit f2a9ccd

Browse files
committed
Remove reference to development branch
1 parent 4481c2f commit f2a9ccd

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.circleci/config.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,8 @@ workflows:
1919
branches:
2020
only:
2121
- master
22-
- development
2322
tags: # Tag filter required because the release job has a tag filter
2423
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-
- development
34-
tags:
35-
only: /^v?\d+(\.\d+){1,2}rc\d+$/ # RC version required for publish from development
3624
- q-ctrl/publish_publicly:
3725
context: q-ctrl-api-production
3826
requires:

0 commit comments

Comments
 (0)