From 1da81c42da4e44d8aab82300b1e793a0f75d4fc1 Mon Sep 17 00:00:00 2001 From: Ivan FB Date: Thu, 4 Jun 2026 12:16:53 +0200 Subject: [PATCH] spawn ci aganist release branches --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2874557..ac5f716 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [master, main] + branches: [master, main, 'release/*'] pull_request: - branches: [master, main] + branches: [master, main, 'release/*'] env: NIM_VERSION: '2.2.4'