Skip to content

Commit d3605e2

Browse files
authored
add trigger workflow_dispatch to ci.yml
1 parent 850de50 commit d3605e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: CI
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: [ "main" ]
67
pull_request:
@@ -51,4 +52,4 @@ jobs:
5152
- uses: actions/upload-artifact@v3
5253
with:
5354
name: jar
54-
path: target/*.jar
55+
path: target/*.jar

0 commit comments

Comments
 (0)