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