chore: disable CircleCI on gh-pages branch

pull/807/head
Marco Kilchhofer 2021-05-21 18:34:10 +02:00
parent 973d818e69
commit a471047ea7
1 changed files with 17 additions and 0 deletions

17
.circleci/config.yml Normal file
View File

@ -0,0 +1,17 @@
version: 2.1
jobs:
noop:
docker:
- image: bash
steps:
- run: echo "CircleCI is disabled on gh-pages branch"
workflows:
version: 2
gh-pages:
jobs:
- noop:
filters:
branches:
ignore:
- gh-pages