Have Circle CI ignore commits to the gh-pages branch

This commit is contained in:
Héctor Ramos
2017-12-08 11:19:15 -08:00
committed by GitHub
parent 87ba795646
commit 374c0008f1
+8
View File
@@ -0,0 +1,8 @@
version: 2
jobs:
build:
machine: true
branches:
ignore: gh-pages
steps:
-run: echo "Skipping tests on gh-pages branch"