Files
BanjoRecomp/.github/workflows/validate-internal.yml
2026-01-24 13:33:06 -05:00

13 lines
297 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