Skip to content

Switch to using centralized workflow files #213

Switch to using centralized workflow files

Switch to using centralized workflow files #213

Workflow file for this run

name: Build
on:
push:
workflow_dispatch:
jobs:
# call-windows-build:
# name: Windows Build
# uses: novusengine/Workflows/.github/workflows/win-build.yml@master
# with:
# project: Game
call-linux-build:
name: Linux Build
uses: novusengine/Workflows/.github/workflows/linux-build.yml@master
with:
project: Game