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 9745f82 commit 01f9c54Copy full SHA for 01f9c54
.circleci/config.yml
@@ -44,22 +44,17 @@ workflows:
44
jobs:
45
- create-test-jobs:
46
filters:
47
- tags:
48
- only: /dev-v[0-9]+(\.[0-9]+)*/
49
branches:
50
only: /test-cicd\/.*/
51
- publish:
52
context:
53
- slack-notification
54
55
56
- only: /v[0-9]+(\.[0-9]+)*/
57
58
- ignore: /.*/
+ only: /test-cicd\/.*/
59
- update-docs:
60
61
62
63
64
- only:
65
- - master
0 commit comments