Skip to content

Commit 8583bb6

Browse files
committed
feat: update CI workflow configuration
- Adjusted the CI workflow to enhance the build process. - Improved the handling of push and pull request events.
1 parent 141a5b2 commit 8583bb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: ci
22

33
on:
4+
workflow_dispatch: # manual trigger
45
push:
56
paths-ignore:
67
- '**/README.md'

0 commit comments

Comments
 (0)