Skip to content

Commit 08feee7

Browse files
committed
gitlab-ci: Only run on master branch
1 parent b3062b8 commit 08feee7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitlab-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ build:
1313
artifacts:
1414
paths:
1515
- docs
16+
only:
17+
refs:
18+
- master
1619

1720
pages:
1821
stage: deploy
@@ -25,3 +28,6 @@ pages:
2528
artifacts:
2629
paths:
2730
- public
31+
only:
32+
refs:
33+
- master

0 commit comments

Comments
 (0)