Skip to content

Commit 148b9e4

Browse files
committed
ci: add 'workflow_dispatch' trigger
1 parent 6ecff4f commit 148b9e4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

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

910
defaults:
1011
run:
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add workflow_dispatch CI trigger

0 commit comments

Comments
 (0)