From: Tyler Young Date: Fri, 3 Jul 2020 19:27:40 +0000 (-0400) Subject: have circle-ci ignore gh-pages X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2226%2Fhead;p=thirdparty%2Fzstd.git have circle-ci ignore gh-pages --- diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 000000000..fe27f4e0a --- /dev/null +++ b/.circleci/config.yml @@ -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