diff --git a/.github/workflows/validate_internal.yml b/.github/workflows/validate_internal.yml index f6a9eea..58a051e 100644 --- a/.github/workflows/validate_internal.yml +++ b/.github/workflows/validate_internal.yml @@ -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