mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-04 15:27:55 +07:00
ci: update workflow naming standards (#186)
* chore: update workflow title * refactor(pr-build): rename pr_build -> pr-build
This commit is contained in:
6
.github/workflows/check-docs.yml
vendored
6
.github/workflows/check-docs.yml
vendored
@ -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/**'
|
||||
|
2
.github/workflows/sync-docs.yml
vendored
2
.github/workflows/sync-docs.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Synchronize document
|
||||
name: Synchronize Documents
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
Reference in New Issue
Block a user