1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-03 13:31:23 +00:00
QB64-PE/.github/workflows/pr.yml
Matthew Kilgore 7f3b048216 Split up workflows
Splitting up the build process into separate workflows makes it easier
to differentiate the builds for each, since each Workflow will get a
different name and history of builds. The actual build process remains
the same.
2022-08-28 23:21:08 -04:00

12 lines
144 B
YAML

name: PR
on:
pull_request:
branches:
- 'main'
jobs:
build:
uses: ./.github/workflows/build-process.yml
secrets: inherit