Skip to content

Commit 80cc2d6

Browse files
committed
chore: ci only on master
1 parent c090a25 commit 80cc2d6

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

‎.circleci/config.yml‎

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,37 @@ workflows:
4141
context: dockerhub
4242
python_version: "3.7"
4343
docker_type: "cpu"
44+
filters:
45+
branches:
46+
only:
47+
- master
4448
docker-python-build-3.7-gpu:
4549
jobs:
4650
- build-docker-generic:
4751
context: dockerhub
4852
python_version: "3.7"
4953
docker_type: "gpu"
54+
filters:
55+
branches:
56+
only:
57+
- master
5058
docker-python-build-3.8-cpu:
5159
jobs:
5260
- build-docker-generic:
5361
context: dockerhub
5462
python_version: "3.8"
5563
docker_type: "cpu"
64+
filters:
65+
branches:
66+
only:
67+
- master
5668
docker-python-build-3.8-gpu:
5769
jobs:
5870
- build-docker-generic:
5971
context: dockerhub
6072
python_version: "3.8"
61-
docker_type: "gpu"
73+
docker_type: "gpu"
74+
filters:
75+
branches:
76+
only:
77+
- master

0 commit comments

Comments
 (0)