mirror of
https://github.com/SocialSisterYi/bilibili-API-collect.git
synced 2024-12-25 20:10:06 +08:00
添加 Github Action 运行仓库判断 (#784)
This commit is contained in:
parent
6c483f6bf1
commit
64c653a6c1
1
.github/workflows/vuepress-deploy.yml
vendored
1
.github/workflows/vuepress-deploy.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user