From 70a1b191752ea1607ef0cfde63eb194c0ffb9173 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Sat, 28 Feb 2026 20:06:29 +0100 Subject: [PATCH] deploy from semistable branch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nicole mikołajczyk --- .github/workflows/nicolium.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nicolium.yaml b/.github/workflows/nicolium.yaml index d0c37e43f..c7d3dadb1 100644 --- a/.github/workflows/nicolium.yaml +++ b/.github/workflows/nicolium.yaml @@ -2,7 +2,7 @@ name: Nicolium CI on: push: - branches: [ "develop" ] + branches: [ "develop", "semistable" ] pull_request: branches: [ "develop" ] @@ -107,7 +107,7 @@ jobs: deploy: needs: build - if: github.ref == 'refs/heads/develop' + if: github.ref == 'refs/heads/semistable' permissions: pages: write