From fe79a292d0d25f80eaba1c8737d91837e6527784 Mon Sep 17 00:00:00 2001 From: tnicola Date: Thu, 30 Nov 2023 20:45:28 +0100 Subject: [PATCH] Enable checks on all PR branches --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c02b14e..5c99761 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ on: push: branches: [ master ] pull_request: - branches: [ master ] + branches: [ master, '*' ] permissions: actions: none checks: none