1
0
mirror of synced 2024-11-24 07:40:17 +01:00

fix: disable web deployment on forks (#1342)

This commit is contained in:
iTrooz 2023-10-04 20:16:44 +02:00 committed by GitHub
parent e57c9ff4f6
commit c72853596f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: