Skip to content

Commit

Permalink
build: set circleci to ignore gh-pages branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lance committed Apr 24, 2019
1 parent b5344f1 commit 23e1384
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
version: 2

build-common: &common-build

working_directory: ~/repo

steps:
Expand Down Expand Up @@ -33,14 +34,25 @@ jobs:
- image: circleci/node:8
<<: *common-build

filters:
branches:
ignore:
- gh-pages

node10:
docker:
- image: circleci/node:10
<<: *common-build

filters:
branches:
ignore:
- gh-pages

workflows:
version: 2
test_node_versions:
jobs:
- node8
- node10

0 comments on commit 23e1384

Please sign in to comment.