Skip to content

Commit 26a546c

Browse files
authored
[FIX] Mimic PyMARE's config more completely (#214)
* Change config. * Fix.
1 parent 74752b3 commit 26a546c

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,16 +115,28 @@ workflows:
115115
version: 2.1
116116
run_tests:
117117
jobs:
118-
- build
118+
- build:
119+
filters:
120+
tags:
121+
only: /.*/
119122
- build_docs:
120123
requires:
121124
- build
125+
filters:
126+
tags:
127+
only: /.*/
122128
- style_check:
123129
requires:
124130
- build
131+
filters:
132+
tags:
133+
only: /.*/
125134
- coverage_and_tests:
126135
requires:
127136
- build
137+
filters:
138+
tags:
139+
only: /.*/
128140
- deploy:
129141
requires:
130142
- coverage_and_tests

0 commit comments

Comments
 (0)