Skip to content

Change input type choice to string #2

Change input type choice to string

Change input type choice to string #2

Workflow file for this run

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