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