diff --git a/.github/workflows/build_web.yml b/.github/workflows/build_web.yml index 3ed5f748a..75034797b 100644 --- a/.github/workflows/build_web.yml +++ b/.github/workflows/build_web.yml @@ -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: