Skip to content
Astrid Avalin Soerensen edited this page May 9, 2025 · 11 revisions

🛠 Inputs & Configuration

Manual triggers:

workflow_dispatch:
  inputs:
    buildType: preview / release_candidate / release
    skipTests: default / true / false
    deployTargets: ["gh-pages", "itch.io", ...]
    buildTargets: ["WebGL", "iOS", ...]

Clone this wiki locally