From db1def4280d1a4166bae1c6348a1b66ddd95ea53 Mon Sep 17 00:00:00 2001 From: David Chavez Date: Sun, 2 Jun 2024 17:45:01 +0200 Subject: [PATCH] CI: Enable internal workflow for pushes on dev (#341) --- .github/workflows/validate_internal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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