mirror of
https://github.com/facebook/zstd.git
synced 2024-11-27 10:06:45 +08:00
have circle-ci ignore gh-pages
This commit is contained in:
parent
bfe43d00a2
commit
6d7c6e6f84
21
.circleci/config.yml
Normal file
21
.circleci/config.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user