添加 Github Action 运行仓库判断 (#784)

This commit is contained in:
OceanJiang 2023-08-13 16:01:33 +08:00 committed by GitHub
parent 6c483f6bf1
commit 64c653a6c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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