mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-07 20:33:01 +08:00
update ci
This commit is contained in:
parent
6e107ddc79
commit
3ffc3f81b5
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -4,7 +4,15 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
paths: &path
|
||||||
|
- admin-frontend/**
|
||||||
|
- docker/**
|
||||||
|
- src/**
|
||||||
|
- tests/**
|
||||||
|
- pyproject.toml
|
||||||
|
- poetry.lock
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths: *path
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
4
.github/workflows/website-preview.yml
vendored
4
.github/workflows/website-preview.yml
vendored
@ -2,6 +2,10 @@ name: Site Deploy(Preview)
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
|
paths:
|
||||||
|
- docs/**
|
||||||
|
- package.json
|
||||||
|
- yarn.lock
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
preview:
|
preview:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user