mirror of
https://github.com/kevinbentley/Descent3.git
synced 2026-04-07 20:00:07 -04:00
19 lines
273 B
YAML
19 lines
273 B
YAML
name: Continuous Integration
|
|
|
|
|
|
on:
|
|
pull_request:
|
|
branches:
|
|
- main
|
|
paths-ignore:
|
|
- '**/README.md'
|
|
- '**/LICENSE'
|
|
|
|
|
|
jobs:
|
|
|
|
build:
|
|
name: Build for PR
|
|
uses: ./.github/workflows/build.yml
|
|
# explicitly not passing secrets into the build
|