Skip to content

Create on-label-linux-build.yml #11

Create on-label-linux-build.yml

Create on-label-linux-build.yml #11

Workflow file for this run

name: Build
on:
push:
workflow_dispatch:
jobs:
call-windows-build:
name: Windows Build
uses: ./.github/workflows/win-build.yml
call-linux-build:
name: Linux Build
uses: ./.github/workflows/linux-build.yml