Skip to content

Commit

Permalink
Merge pull request #780 from CROSSINGTUD/action-dispatch
Browse files Browse the repository at this point in the history
Allow build_and_test.yml to be triggered manually
  • Loading branch information
schlichtig authored Dec 13, 2024
2 parents 28ca877 + 2f4520c commit c2f9403
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- develop
pull_request:
types: [opened, reopened]
workflow_dispatch:

env:
JAVA_VERSION: 17
Expand Down

0 comments on commit c2f9403

Please sign in to comment.