From 64c653a6c16a343148651a3b702d39bf7210f9f8 Mon Sep 17 00:00:00 2001 From: OceanJiang Date: Sun, 13 Aug 2023 16:01:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20Github=20Action=20?= =?UTF-8?q?=E8=BF=90=E8=A1=8C=E4=BB=93=E5=BA=93=E5=88=A4=E6=96=AD=20(#784)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/vuepress-deploy.yml | 1 + 1 file changed, 1 insertion(+) 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