mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-08 04:43:00 +08:00
update workflow
This commit is contained in:
parent
3ffc3f81b5
commit
ef67ee1b84
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@ -4,7 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths: &path
|
paths:
|
||||||
- admin-frontend/**
|
- admin-frontend/**
|
||||||
- docker/**
|
- docker/**
|
||||||
- src/**
|
- src/**
|
||||||
@ -12,7 +12,13 @@ on:
|
|||||||
- pyproject.toml
|
- pyproject.toml
|
||||||
- poetry.lock
|
- poetry.lock
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: *path
|
paths:
|
||||||
|
- admin-frontend/**
|
||||||
|
- docker/**
|
||||||
|
- src/**
|
||||||
|
- tests/**
|
||||||
|
- pyproject.toml
|
||||||
|
- poetry.lock
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user