mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2024-11-20 04:29:14 +01:00
CI: Enable internal workflow for pushes on dev (#341)
This commit is contained in:
parent
7d3ae05436
commit
db1def4280
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
|
||||
|
Loading…
Reference in New Issue
Block a user