mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2025-10-30 08:03:03 +00:00
CI: Enable internal workflow for pushes on dev (#341)
This commit is contained in:
parent
7d3ae05436
commit
db1def4280
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue