From df3ec32bcec1d9e9583047fbed0a5bd8c5f77b2f Mon Sep 17 00:00:00 2001 From: ousttrue Date: Tue, 28 Jan 2025 17:12:31 +0900 Subject: [PATCH] quit --- .github/workflows/build-webgl.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-webgl.yml b/.github/workflows/build-webgl.yml index 4adaae47a..983a33557 100644 --- a/.github/workflows/build-webgl.yml +++ b/.github/workflows/build-webgl.yml @@ -2,6 +2,9 @@ name: WebGL to gh-page on: workflow_dispatch: + push: + branches: + - workflow-webgl-wip env: UNITY_PROJECT_PATH: . @@ -58,7 +61,7 @@ jobs: run: | # build to Build/SimpleViewer "${{ steps.detect-unity-version.outputs.unity-editor-executable }}" \ - -batchmode \ + -batchmode -quit \ -silent-crashes \ -projectPath "${{ env.UNITY_PROJECT_PATH }}" \ -executeMethod "VRM.BuildClass.BuildWebGL_SimpleViewer" \