Skip to content

Commit f1baaf4

Browse files
committed
ci: add workflow_dispatch trigger to CI workflow
Allows manually triggering CI from the GitHub Actions UI or CLI.
1 parent fffacf7 commit f1baaf4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches: [main]
55
pull_request:
66
branches: [main]
7+
workflow_dispatch:
78

89
jobs:
910
install:

0 commit comments

Comments
 (0)