diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4262a2b..19dce7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,7 @@ name: CI on: + workflow_dispatch: push: branches: [ "main" ] pull_request: @@ -51,4 +52,4 @@ jobs: - uses: actions/upload-artifact@v3 with: name: jar - path: target/*.jar \ No newline at end of file + path: target/*.jar