Skip to content

Commit

Permalink
Don't try to deploy docs on non-master branch on Circle CI
Browse files Browse the repository at this point in the history
  • Loading branch information
matusnovak committed Feb 4, 2020
1 parent ff2a00a commit 09a0189
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,10 @@ workflows:
build_and_test:
jobs:
- pages
# filters:
# branches:
# only:
# - master
- deploy:
requires:
- pages
# filters:
# branches:
# only:
# - master
filters:
branches:
only:
- master

0 comments on commit 09a0189

Please sign in to comment.