👷 ignore gh-pages branch in CircleCI
This commit is contained in:
parent
fb8adb8e93
commit
0c2088823d
@ -44,11 +44,11 @@ workflows:
|
|||||||
version: 2
|
version: 2
|
||||||
build_and_test_all:
|
build_and_test_all:
|
||||||
jobs:
|
jobs:
|
||||||
- build_stable
|
- build_stable:
|
||||||
branches:
|
branches:
|
||||||
ignore:
|
ignore:
|
||||||
gh-pages
|
gh-pages
|
||||||
- build_bleeding_edge
|
- build_bleeding_edge:
|
||||||
branches:
|
branches:
|
||||||
ignore:
|
ignore:
|
||||||
gh-pages
|
gh-pages
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user