]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
have circle-ci ignore gh-pages 2226/head
authorTyler Young <tyler.young@impromptu.ninja>
Fri, 3 Jul 2020 19:27:40 +0000 (15:27 -0400)
committerTyler Young <tyler.young@impromptu.ninja>
Fri, 3 Jul 2020 19:44:23 +0000 (15:44 -0400)
.circleci/config.yml [new file with mode: 0644]

diff --git a/.circleci/config.yml b/.circleci/config.yml
new file mode 100644 (file)
index 0000000..fe27f4e
--- /dev/null
@@ -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