From f3ec08777c4f2f94438f4b53071a9fed366075d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Tue, 3 Sep 2024 00:48:26 +0200 Subject: [PATCH] Update CI config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- .github/workflows/pl-fe.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pl-fe.yaml b/.github/workflows/pl-fe.yaml index be7ee7ee3..ff67a2dbb 100644 --- a/.github/workflows/pl-fe.yaml +++ b/.github/workflows/pl-fe.yaml @@ -2,9 +2,9 @@ name: pl-fe CI on: push: - branches: [ "fork" ] + branches: [ "develop" ] pull_request: - branches: [ "fork" ] + branches: [ "develop" ] jobs: build: @@ -67,7 +67,7 @@ jobs: deploy: needs: build - if: github.ref == 'refs/heads/fork' + if: github.ref == 'refs/heads/develop' permissions: pages: write