mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
ci(build): prevent deploy for PRs from forks
This commit is contained in:
parent
9c0f3bfec4
commit
36f91ac9c1
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
|
@ -35,6 +35,7 @@ jobs:
|
|||
- name: Deploy to GitHub Pages
|
||||
if: ${{ github.actor != 'dependabot[bot]' }}
|
||||
uses: peaceiris/actions-gh-pages@v4
|
||||
if: github.repository == 'Stremio/stremio-web'
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./build
|
||||
|
|
|
|||
Loading…
Reference in a new issue