Skip to content

Drop background TODO note #69

Drop background TODO note

Drop background TODO note #69

Workflow file for this run

name: Build Augmented Steam
on:
push:
branches: [develop, master, wip-4.0, wip-4.0-mv3]
jobs:
build-all:
name: Build Augmented Steam
strategy:
matrix:
browser: [firefox, chrome, edge]
uses: ./.github/workflows/run-build.yml
with:
browser: ${{ matrix.browser }}