Update gh-pages.yml

This commit is contained in:
hegusung 2024-10-13 11:14:41 +02:00 committed by GitHub
parent 56ad2e7593
commit 0e177e7d6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: ${{ github.event.repository.fork == false && github.event.workflow_run.conclusion == 'success' }}
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v2