Skip to content

Commit

Permalink
Add workflow_dispatch to execute CI manually
Browse files Browse the repository at this point in the history
Co-authored-by: kota2and3kan <47254383+kota2and3kan@users.noreply.github.com>
  • Loading branch information
KodaiD and kota2and3kan authored Oct 9, 2024
1 parent d9d3cb6 commit 1e9078c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:

jobs:
build-with-various-java-version:
Expand Down

0 comments on commit 1e9078c

Please sign in to comment.