deploy from semistable branch

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-02-28 20:06:29 +01:00
parent a5aedd50b9
commit 70a1b19175

View File

@ -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