Skip to content

Commit ebdab37

Browse files
authored
Add tag filter to release jobs (#652)
1 parent 5084879 commit ebdab37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,14 @@ workflows:
8989
- gh-release:
9090
<<: *on_tag_filter
9191
- generate-openapi-spec:
92+
<<: *on_tag_filter
9293
requires:
9394
- gh-release
9495
- ide-build:
96+
<<: *on_tag_filter
9597
requires:
9698
- generate-openapi-spec
9799
- publish:
100+
<<: *on_tag_filter
98101
requires:
99102
- ide-build

0 commit comments

Comments
 (0)