chore: disable CircleCI on gh-pages branch
parent
973d818e69
commit
a471047ea7
|
@ -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 New Issue