mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-29 08:20:02 -05:00
fix: disable web deployment on forks (#1342)
This commit is contained in:
2
.github/workflows/build_web.yml
vendored
2
.github/workflows/build_web.yml
vendored
@@ -70,7 +70,7 @@ jobs:
|
||||
name: 📃 Deploy to GitHub Pages
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
if: github.ref == 'refs/heads/master'
|
||||
if: ${{ github.ref == 'refs/heads/master' && github.event.repository.fork == false }}
|
||||
needs: build
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user