We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97d0112 commit 80e427bCopy full SHA for 80e427b
.circleci/config.yml
@@ -57,3 +57,37 @@ workflows:
57
- /v.*/
58
branches:
59
ignore: /.*/
60
+
61
+ build_and_publish:
62
+ jobs:
63
+ - test:
64
+ # Don't run when branches updates, only when tags get created
65
+ filters:
66
+ tags:
67
+ only:
68
+ - /v.*/
69
+ branches:
70
+ ignore: /.*/
71
72
+ - build:
73
+ requires:
74
+ - test
75
76
77
78
79
80
81
82
83
+ - publish:
84
85
+ - build
86
87
88
89
90
91
92
93
0 commit comments