mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-05 16:00:24 +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:
|
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/**'
|
||||||
|
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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
Reference in New Issue
Block a user