mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-08-28 09:18:30 -04:00
chore(ci): link and update build artifacts for PRs (#453)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
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
|
||||
Reference in New Issue
Block a user