mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-05 19:36:43 +08:00
Merge branch 'main' into bug/catch-json-err
This commit is contained in:
commit
531a1f1fe0
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@ -4,7 +4,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths: &path
|
||||
paths:
|
||||
- admin-frontend/**
|
||||
- docker/**
|
||||
- src/**
|
||||
@ -12,7 +12,13 @@ on:
|
||||
- pyproject.toml
|
||||
- poetry.lock
|
||||
pull_request:
|
||||
paths: *path
|
||||
paths:
|
||||
- admin-frontend/**
|
||||
- docker/**
|
||||
- src/**
|
||||
- tests/**
|
||||
- pyproject.toml
|
||||
- poetry.lock
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user