CI: Enable internal workflow for pushes on dev (#341)

This commit is contained in:
David Chavez 2024-06-02 17:45:01 +02:00 committed by GitHub
parent 7d3ae05436
commit db1def4280
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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