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 76650bf commit 927c522Copy full SHA for 927c522
.circleci/config.yml
@@ -73,14 +73,18 @@ jobs:
73
workflows:
74
kube2iam-workflow:
75
jobs:
76
- - build-and-test
77
- - docker-buildx
+ - build-and-test:
+ filters:
78
+ tags:
79
+ only: /.*/
80
+ - docker-buildx:
81
82
83
84
- release:
85
requires:
86
- build-and-test
87
- docker-buildx
88
filters:
- branches:
- only:
- - master
- - /release-[\w\.]+/
89
90
0 commit comments