👷 ignore gh-pages branch in CircleCI

parent 0c208882
...@@ -45,10 +45,12 @@ workflows: ...@@ -45,10 +45,12 @@ workflows:
build_and_test_all: build_and_test_all:
jobs: jobs:
- build_stable: - build_stable:
filters:
branches: branches:
ignore: ignore:
gh-pages gh-pages
- build_bleeding_edge: - build_bleeding_edge:
filters:
branches: branches:
ignore: ignore:
gh-pages gh-pages
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment