Skip to content

Commit c65e08f

Browse files
authored
Merge branch 'master' into modify_rot_star
2 parents c1a7a47 + 3f12e67 commit c65e08f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.circleci/config.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ anchors:
1212
- &docker_config
1313
docker:
1414
- image: stellargroup/octotiger:prerequisites-gcc8
15+
- &ignore_docs
16+
filters:
17+
branches:
18+
ignore:
19+
- gh-pages
1520

1621
jobs:
1722
build:
@@ -151,7 +156,8 @@ workflows:
151156
version: 2
152157
build_and_test:
153158
jobs:
154-
- build
159+
- build:
160+
<<: *ignore_docs
155161
- test_marshak:
156162
requires:
157163
- build

0 commit comments

Comments
 (0)