From 191df04d39b51a07192a8d5981e0c20b9bb2b5b9 Mon Sep 17 00:00:00 2001 From: Joel Takvorian Date: Thu, 19 Oct 2023 09:36:06 +0200 Subject: [PATCH] enable ci pr on all branches --- .github/workflows/pull_request.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 7d854eca6..b4fba9450 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -1,10 +1,8 @@ name: pull request - build and unit tests on: - push: - branches: [ main ] pull_request: - branches: [ main ] + branches: [ '*' ] jobs: unit-tests: