Update CI config
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
d8a2a33306
commit
f3ec08777c
1 changed files with 3 additions and 3 deletions
6
.github/workflows/pl-fe.yaml
vendored
6
.github/workflows/pl-fe.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue