From 8fa8c18dfd87426efca0858e0a5a622842d5d887 Mon Sep 17 00:00:00 2001 From: Steve Degosserie <723552+stiiifff@users.noreply.github.com> Date: Fri, 7 Nov 2025 13:25:53 +0100 Subject: [PATCH] =?UTF-8?q?CI:=20=E2=99=BB=EF=B8=8F=20=20Trigger=20CI=20ac?= =?UTF-8?q?tions=20on=20perm-*=20branches=20(#284)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d05c6cee..fb6bdbdf 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -7,6 +7,7 @@ on: push: branches: - main + - perm-* pull_request: branches: [main]