From 503a95bd3abaa3543f72437076059ba19d167c10 Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Mon, 16 Feb 2026 17:06:49 +0800 Subject: [PATCH] allow all branches --- .github/workflows/ci_i386_linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_i386_linux.yml b/.github/workflows/ci_i386_linux.yml index 4a2aa58fa3..ce0d77e4ec 100644 --- a/.github/workflows/ci_i386_linux.yml +++ b/.github/workflows/ci_i386_linux.yml @@ -3,10 +3,10 @@ name: i386 Linux CI on: push: branches: - - 'devel' + - '*' pull_request: branches: - - 'devel' + - '*' workflow_dispatch: