Skip to content

Commit ae48bac

Browse files
committed
Fixed WebGL pages build
1 parent 49e92d6 commit ae48bac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ pages:
232232
artifacts:
233233
paths:
234234
- public
235-
only:
236-
- $CI_DEFAULT_BRANCH
235+
rules:
236+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
237237

238238
workflow:
239239
rules:

0 commit comments

Comments
 (0)