Skip to content
Snippets Groups Projects
Commit 069f72da authored by Cserép Máté's avatar Cserép Máté
Browse files

Run WebGL build task automatically only for tags, otherwise manually (long build time).

parent f7476620
Branches master
Tags v1.0.0
No related merge requests found
Pipeline #18259 passed
...@@ -79,6 +79,10 @@ build-StandaloneWindows64: ...@@ -79,6 +79,10 @@ build-StandaloneWindows64:
build-WebGL: build-WebGL:
<<: *build <<: *build
rules:
- if: $CI_COMMIT_TAG
when: always
- when: manual
image: unityci/editor:2020.3.4f1-webgl-0 image: unityci/editor:2020.3.4f1-webgl-0
variables: variables:
BUILD_TARGET: WebGL BUILD_TARGET: WebGL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment