From a27004def0f00d912e6a1d45ea4e86e1f1a6b690 Mon Sep 17 00:00:00 2001 From: Vegard Stikbakke Date: Wed, 12 Jun 2024 09:35:55 +0200 Subject: [PATCH] Run the Pull Request CI for all PRs, not just to main (#18) --- .github/workflows/pr.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 38fe7ff..5f48d77 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -1,10 +1,7 @@ --- name: "Pull Request" -on: - pull_request: - branches: - - main +on: pull_request jobs: test: