From d9c3944a9d55774e6d3e4d992dc1112e928f463c Mon Sep 17 00:00:00 2001 From: Filip Hrisafov Date: Fri, 30 May 2025 09:42:25 +0200 Subject: [PATCH] Run PR Check GHA on every branch and allow it in Forks This allows contributors to verify that everything is running fine before doing a PR Signed-off-by: Filip Hrisafov --- .github/workflows/pr-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index a0f0361cf50..8326dee1394 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -1,6 +1,7 @@ name: PR Check on: + push: pull_request: branches: - main @@ -9,7 +10,6 @@ jobs: build: name: Build branch runs-on: ubuntu-latest - if: ${{ github.repository_owner == 'spring-projects' }} steps: - name: Checkout source code uses: actions/checkout@v4