diff --git a/.github/workflows/vuepress-deploy.yml b/.github/workflows/vuepress-deploy.yml index 1320fc3..4595426 100644 --- a/.github/workflows/vuepress-deploy.yml +++ b/.github/workflows/vuepress-deploy.yml @@ -3,6 +3,7 @@ on: [push] jobs: build-and-deploy: runs-on: ubuntu-latest + if: github.repository == 'SocialSisterYi/bilibili-API-collect' steps: - name: Checkout uses: actions/checkout@master