mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-19 13:12:17 +00:00
14 lines
368 B
YAML
14 lines
368 B
YAML
name: validate-internal
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
pull_request:
|
|
types: [opened, synchronize]
|
|
jobs:
|
|
build:
|
|
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
|
|
uses: ./.github/workflows/validate.yml
|
|
secrets: inherit
|
|
with:
|
|
cmake-flags: "-DUNLEASHED_RECOMP_CHECK_FOR_UPDATES=ON"
|