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:
|
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
|
||||||
|
|
Loading…
Reference in a new issue