Skip to content

Commit

Permalink
add workflow dispatch to github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshgngwr committed Jun 30, 2024
1 parent fb4aec8 commit f3918b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
pull_request:
branches:
- main
workflow_dispatch:
inputs: {}

env:
JAVA_VERSION: "17"
Expand Down

0 comments on commit f3918b3

Please sign in to comment.