Skip to content

Add PR on-label build action triggers (#25) #13

Add PR on-label build action triggers (#25)

Add PR on-label build action triggers (#25) #13

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