Update CI config

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2024-09-03 00:48:26 +02:00
parent d8a2a33306
commit f3ec08777c

View file

@ -2,9 +2,9 @@ name: pl-fe CI
on: on:
push: push:
branches: [ "fork" ] branches: [ "develop" ]
pull_request: pull_request:
branches: [ "fork" ] branches: [ "develop" ]
jobs: jobs:
build: build:
@ -67,7 +67,7 @@ jobs:
deploy: deploy:
needs: build needs: build
if: github.ref == 'refs/heads/fork' if: github.ref == 'refs/heads/develop'
permissions: permissions:
pages: write pages: write