👷 Only publish build, when not fork
This commit is contained in:
1
.github/workflows/build-app.yml
vendored
1
.github/workflows/build-app.yml
vendored
@@ -18,6 +18,7 @@ jobs:
|
|||||||
npm run build
|
npm run build
|
||||||
- name: Deploy 🚀
|
- name: Deploy 🚀
|
||||||
uses: JamesIves/github-pages-deploy-action@4.1.4
|
uses: JamesIves/github-pages-deploy-action@4.1.4
|
||||||
|
if: ${{ github.repository_owner === 'lissy93' }}
|
||||||
with:
|
with:
|
||||||
branch: dev-demo
|
branch: dev-demo
|
||||||
folder: dist
|
folder: dist
|
||||||
|
|||||||
Reference in New Issue
Block a user