PrismLauncher/.github/workflows/trigger_builds.yml

23 lines
349 B
YAML
Raw Normal View History

name: Build Application
on:
2022-02-21 15:26:05 +00:00
push:
branches-ignore:
- 'stable'
pull_request:
workflow_dispatch:
jobs:
build_debug:
name: Build Debug
uses: ./.github/workflows/build.yml
with:
build_type: Debug
build_release:
name: Build Release
uses: ./.github/workflows/build.yml
with:
build_type: Release