From be9826f06dda7efb2d979d289ce6d83ba550b6f1 Mon Sep 17 00:00:00 2001 From: pizzaboxer Date: Wed, 10 May 2023 18:07:01 +0100 Subject: [PATCH] [Workflows] Run CI for pull requests to any branch --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 447939d..6fc2013 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,8 @@ on: branches: - '**' pull_request: - branches: [ main ] + branches: + - '**' jobs: build: