From 4c7d521855c2d80ebeb0492b6e6a22db2b6bf760 Mon Sep 17 00:00:00 2001 From: Ivan FB Date: Wed, 10 Jun 2026 16:00:12 +0200 Subject: [PATCH] start ci on interactions with release branches --- .github/workflows/ci-nix.yml | 2 +- .github/workflows/ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-nix.yml b/.github/workflows/ci-nix.yml index f324b4a..60a3fdf 100644 --- a/.github/workflows/ci-nix.yml +++ b/.github/workflows/ci-nix.yml @@ -5,7 +5,7 @@ permissions: checks: write on: pull_request: - branches: [master] + branches: [master, release/*] jobs: build: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02c2e52..ba331d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,9 +5,9 @@ permissions: checks: write on: pull_request: - branches: [master] + branches: [master, release/*] push: - branches: [master] + branches: [master, release/*] workflow_dispatch: jobs: