diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 0660e32..1e37f00 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -2,10 +2,12 @@ # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven name: Java CI with Maven + permissions: contents: read on: + workflow_call: pull_request: branches: [ "main" ]