From 8c5910e9d1b3cbe3c490d2e7686ae5a9dc5ab097 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 16 May 2026 12:44:44 +0100 Subject: [PATCH] ci: run push CI on slash branches Co-authored-by: pavbar --- .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 226ad83333..7407bf2a45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: ["*"] + branches: ["**"] pull_request: concurrency: