Skip to content

Clean up scripts, build commands #7

Clean up scripts, build commands

Clean up scripts, build commands #7

Workflow file for this run

name: Build Games
on:
push:
branches: [ '**' ]
pull_request:
branches: [ '**' ]
jobs:
build:
strategy:
matrix:
game: [bubbo-bubbo, puzzling-potions]
uses: ./.github/workflows/game-workflow.yml
with:
game: ${{ matrix.game }}