have circle-ci ignore gh-pages

This commit is contained in:
Tyler Young 2020-07-03 15:27:40 -04:00
parent bfe43d00a2
commit 6d7c6e6f84
No known key found for this signature in database
GPG Key ID: 3A1E47DCE118B4B6

21
.circleci/config.yml Normal file
View File

@ -0,0 +1,21 @@
version: 2.1
jobs:
build:
docker:
- image: alpine:3.7
steps:
- run:
name: Ignored
command: echo Ignored
workflows:
gh-pages-wf:
when:
false
jobs:
- build:
filters:
branches:
ignore:
- gh-pages