Skip to content

Merge pull request #1897 from Saibamen/update_GH_Action #31

Merge pull request #1897 from Saibamen/update_GH_Action

Merge pull request #1897 from Saibamen/update_GH_Action #31

Workflow file for this run

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