mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-05-23 06:54:33 -04:00
CI: Enable internal workflow for pushes on dev (#341)
This commit is contained in:
@@ -7,6 +7,6 @@ on:
|
||||
types: [opened, synchronize]
|
||||
jobs:
|
||||
build:
|
||||
if: github.repository == github.event.pull_request.head.repo.full_name
|
||||
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