Skip to content

Commit 2bbe793

Browse files
committed
update config
1 parent 6efc7a1 commit 2bbe793

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.circleci/config.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,10 @@ jobs:
8787
workflows:
8888
build-test-deploy:
8989
jobs:
90-
- build
90+
- build:
91+
filters:
92+
tags:
93+
only: /.*/
9194
- test:
9295
requires:
9396
- build
@@ -96,6 +99,9 @@ workflows:
9699
participant: ['01', '02']
97100
dataset: ['1', '2']
98101
stages: [CSE]
102+
filters:
103+
tags:
104+
only: /.*/
99105
- deploy:
100106
context:
101107
- dockerhub

0 commit comments

Comments
 (0)