Skip to content

Commit

Permalink
ci: Execute maven tests on all PRs
Browse files Browse the repository at this point in the history
This should have been done way earlier already.
  • Loading branch information
MichaelsJP committed Nov 22, 2024
1 parent 6e06187 commit 58748cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_maven_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
branches: [ "**" ]

jobs:
run_tests:
Expand Down

0 comments on commit 58748cd

Please sign in to comment.