Skip to content

Commit af02363

Browse files
committed
always build and test
1 parent 4a571a4 commit af02363

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/config.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,10 @@ jobs:
5454
workflows:
5555
build-test-deploy:
5656
jobs:
57-
- build:
58-
<<: *tag_filter
57+
- build
5958
- test:
6059
requires:
6160
- build
62-
<<: *tag_filter
6361
- deploy:
6462
requires:
6563
- test

0 commit comments

Comments
 (0)