更改dev action触发器
All checks were successful
Checking-doc / build-and-deploy (pull_request) Successful in 2m3s
All checks were successful
Checking-doc / build-and-deploy (pull_request) Successful in 2m3s
This commit is contained in:
parent
ae28e4d3e3
commit
ab2afef68a
@ -1,12 +1,9 @@
|
|||||||
name: test-doc
|
name: Checking-doc
|
||||||
run-name: Testing doc — ${{ gitea.run_id }}
|
run-name: Checking doc — ${{ gitea.run_id }}
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened]
|
types: [opened,synchronize]
|
||||||
push:
|
|
||||||
branches-ignore:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-deploy:
|
build-and-deploy:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user