mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-05 19:36:43 +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:
|
||||
branches:
|
||||
- main
|
||||
paths: &path
|
||||
- admin-frontend/**
|
||||
- docker/**
|
||||
- src/**
|
||||
- tests/**
|
||||
- pyproject.toml
|
||||
- poetry.lock
|
||||
pull_request:
|
||||
paths: *path
|
||||
|
||||
concurrency:
|
||||
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:
|
||||
pull_request_target:
|
||||
paths:
|
||||
- docs/**
|
||||
- package.json
|
||||
- yarn.lock
|
||||
|
||||
jobs:
|
||||
preview:
|
||||
|
Loading…
x
Reference in New Issue
Block a user