Skip to content

Commit 75329bd

Browse files
committed
fix bad config
1 parent e81b5ed commit 75329bd

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.circleci/config.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ version: 2
22
jobs:
33
build:
44

5-
branches:
6-
ignore:
7-
- gh-pages
8-
95
docker:
106
- image: circleci/python:3.6.1
117

@@ -83,7 +79,12 @@ workflows:
8379
version: 2
8480
ci:
8581
jobs:
86-
- build
82+
- build:
83+
filters:
84+
branches:
85+
ignore:
86+
- gh-pages
87+
8788
- ghp_deploy:
8889
requires:
8990
- build

0 commit comments

Comments
 (0)