Skip to content

Commit 3866741

Browse files
authored
Add workflow_dispatch trigger [ci] (#2804)
1 parent 8e19277 commit 3866741

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ on:
55
branches:
66
- main
77
- 2.*
8-
pull_request: ~
8+
pull_request:
9+
workflow_dispatch:
910

1011
env:
1112
CACHE_VERSION: 3

0 commit comments

Comments
 (0)