diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f749be47..bd4ed162f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: Java CI with Maven on: push: branches: - - '*' + - main pull_request: branches: - '*'