mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2025-10-06 00:22:39 +02:00
CI: Enable internal workflow for pushes on dev (#341)
This commit is contained in:
2
.github/workflows/validate_internal.yml
vendored
2
.github/workflows/validate_internal.yml
vendored
@@ -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