👷 ignore gh-pages branch in CircleCI
This commit is contained in:
parent
0c2088823d
commit
1ce0ed5a52
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user