mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-28 03:46:54 +08:00
👷 avoid duplicate CI runs
This commit is contained in:
parent
0b150d35f7
commit
d06e06eba2
3
.github/workflows/codecov.yml
vendored
3
.github/workflows/codecov.yml
vendored
@ -2,6 +2,9 @@ name: Code Coverage
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- dev
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
3
.github/workflows/website-deploy.yml
vendored
3
.github/workflows/website-deploy.yml
vendored
@ -2,6 +2,9 @@ name: Build Upload Site
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- dev
|
||||
pull_request_target:
|
||||
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user