File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments