We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74752b3 commit 26a546cCopy full SHA for 26a546c
1 file changed
.circleci/config.yml
@@ -115,16 +115,28 @@ workflows:
115
version: 2.1
116
run_tests:
117
jobs:
118
- - build
+ - build:
119
+ filters:
120
+ tags:
121
+ only: /.*/
122
- build_docs:
123
requires:
124
- build
125
126
127
128
- style_check:
129
130
131
132
133
134
- coverage_and_tests:
135
136
137
138
139
140
- deploy:
141
142
- coverage_and_tests
0 commit comments