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:
workflow_dispatch:
workflow_call:
pull_request:
branches: [main]
types:
- opened
- synchronize
types: [ opened, synchronize, reopened ]
paths:
- 'README.md'
- 'docs/**'

View File

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