Skip to content

Commit

Permalink
Merge pull request #339 from STEllAR-GROUP/ignore-docs
Browse files Browse the repository at this point in the history
Ignore gh-pages branch
  • Loading branch information
diehlpk committed Jan 7, 2021
2 parents 5f0545c + fd3f236 commit 3f12e67
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ anchors:
- &docker_config
docker:
- image: stellargroup/octotiger:prerequisites-gcc8
- &ignore_docs
filters:
branches:
ignore:
- gh-pages

jobs:
build:
Expand Down Expand Up @@ -151,7 +156,8 @@ workflows:
version: 2
build_and_test:
jobs:
- build
- build:
<<: *ignore_docs
- test_marshak:
requires:
- build
Expand Down

0 comments on commit 3f12e67

Please sign in to comment.