diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50a12c25bc..bde7e2b56d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,13 +1,6 @@ name: CI -on: - push: - branches: - - main - - 1.* - - 2.* - - * - pull_request: +on: [push, pull_request] env: GRADLE_OPTS: -Dhttp.keepAlive=false