Skip to content

feat(WebGL): Add WebGL renderer #1114

feat(WebGL): Add WebGL renderer

feat(WebGL): Add WebGL renderer #1114

Workflow file for this run

# We use a separate workflow file for building when a commit is pushed to a PR.
# This way you don't need to wait for tests and other checks to finish before
# the PR can be deployed.
name: build-pr
on:
pull_request:
branches: [main]
jobs:
build:
uses: ./.github/workflows/build.yml
with:
build-commit-sha: ${{ github.event.pull_request.head.sha }}