Zelda64Recomp/.github/workflows/validate-internal.yml
2024-09-30 07:32:55 +02:00

14 lines
312 B
YAML

name: validate-internal
on:
push:
branches:
- dev
- modding
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