Skip to content

Commit 31f4885

Browse files
committed
ci: add workflow_dispatch trigger
1 parent 7eceb28 commit 31f4885

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
pull_request:
66
branches:
77
- main
8+
workflow_dispatch:
89

910
jobs:
1011
test:

.github/workflows/docs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- "mkdocs.yml"
99
- "src/**"
1010
- ".github/workflows/docs.yml"
11+
workflow_dispatch:
1112

1213
permissions:
1314
pages: write

0 commit comments

Comments
 (0)