Skip to content

[docker-build.sh] new: clean up build artifacts when switching to/fro… #58

[docker-build.sh] new: clean up build artifacts when switching to/fro…

[docker-build.sh] new: clean up build artifacts when switching to/fro… #58

Workflow file for this run

name: Build
on:
push:
branches:
- '**'
- '!dev'
tags:
- '**'
- '!v[0-9]+.[0-9]+.[0-9]+'
- '!v[0-9]+.[0-9]+.[0-9]+\+*'
- '!v[0-9]+.[0-9]+.[0-9]+-*'
- '!latest-dev'
pull_request:
branches:
- '**'
jobs:
build:
strategy:
matrix:
emu : [ Switch, Emulators ]
runs-on: ubuntu-latest
steps:
-
name : Checkout
uses : actions/checkout@v4
-
name : Build artifacts
uses : ./.github/actions/build
with:
emu : ${{ matrix.emu }}