mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-12-03 02:24:51 +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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- dev
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
3
.github/workflows/website-deploy.yml
vendored
3
.github/workflows/website-deploy.yml
vendored
@ -2,6 +2,9 @@ name: Build Upload Site
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- dev
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user