diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index ada2f3e..767d0ba 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -10,10 +10,14 @@ name: Java CI with Maven on: push: - branches: [ "main" ] + branches: + - '*' pull_request: - branches: [ "main" ] + branches: + - '*' workflow_dispatch: + branches: + - '*' # Allow manual triggering of workflow jobs: