We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcb777f commit c9c6793Copy full SHA for c9c6793
1 file changed
.circleci/config.yml
@@ -126,14 +126,23 @@ workflows:
126
auto-docs:
127
jobs:
128
- build
129
+ filters:
130
+ tags:
131
+ only: /.*/
132
133
- fe-compile:
134
requires:
135
136
137
138
139
140
- be-tests:
141
142
- fe-compile
143
144
145
146
147
- images:
148
0 commit comments