ci: update workflow naming standards (#186)

* chore: update workflow title

* refactor(pr-build): rename pr_build -> pr-build
This commit is contained in:
Kevin Yu
2023-07-09 16:36:47 +08:00
committed by GitHub
parent 00cf4bc3cd
commit e0e4a51cd8
3 changed files with 3 additions and 5 deletions

View File

@ -1,13 +1,11 @@
name: Check document name: Check Documents
on: on:
workflow_dispatch: workflow_dispatch:
workflow_call: workflow_call:
pull_request: pull_request:
branches: [main] branches: [main]
types: types: [ opened, synchronize, reopened ]
- opened
- synchronize
paths: paths:
- 'README.md' - 'README.md'
- 'docs/**' - 'docs/**'

View File

@ -1,4 +1,4 @@
name: Synchronize document name: Synchronize Documents
on: on:
workflow_dispatch: workflow_dispatch: