Merge pull request #159 from dholbach/filter-out-gh-pages

Don't run Circle CI on gh-pages branch
This commit is contained in:
Daniel Holbach
2020-06-30 13:27:17 +02:00
committed by GitHub
+16
View File
@@ -0,0 +1,16 @@
version: 2.1
jobs:
build:
machine: true
steps:
- run: "echo skip"
workflows:
version: 2
ignore:
jobs:
- build:
filters:
branches:
ignore:
- gh-pages