更改dev action触发器
All checks were successful
Checking-doc / build-and-deploy (pull_request) Successful in 2m3s

This commit is contained in:
荆棘鸟文学社的小鸽子 2025-04-26 20:43:23 +08:00
parent ae28e4d3e3
commit ab2afef68a

View File

@ -1,12 +1,9 @@
name: test-doc
run-name: Testing doc — ${{ gitea.run_id }}
name: Checking-doc
run-name: Checking doc — ${{ gitea.run_id }}
on:
workflow_dispatch:
pull_request:
types: [opened]
push:
branches-ignore:
- main
types: [opened,synchronize]
jobs:
build-and-deploy: