mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2024-11-06 14:55:04 +01:00
13 lines
296 B
YAML
13 lines
296 B
YAML
name: validate-internal
|
|
on:
|
|
push:
|
|
branches:
|
|
- dev
|
|
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
|