PrismLauncher/.github/workflows/trigger_builds.yml
2022-02-21 21:48:31 +05:30

23 lines
349 B
YAML

name: Build Application
on:
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