添加 Github Action 运行仓库判断 (#784)
This commit is contained in:
parent
6c483f6bf1
commit
64c653a6c1
|
|
@ -3,6 +3,7 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
build-and-deploy:
|
build-and-deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.repository == 'SocialSisterYi/bilibili-API-collect'
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue