chore: disable CircleCI on gh-pages branch
This commit is contained in:
parent
973d818e69
commit
a471047ea7
1 changed files with 17 additions and 0 deletions
17
.circleci/config.yml
Normal file
17
.circleci/config.yml
Normal 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
|
Loading…
Reference in a new issue