Skip to content

Commit

Permalink
add trigger workflow_dispatch to ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brokkoli71 authored May 15, 2024
1 parent 850de50 commit d3605e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: CI

on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
Expand Down Expand Up @@ -51,4 +52,4 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: jar
path: target/*.jar
path: target/*.jar

0 comments on commit d3605e2

Please sign in to comment.