diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed3c461c..16f3970f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,10 @@ name: ci -on: [ push ] +on: + push: + pull_request: + branches-ignore: + - 'renovate/**' env: JAVA_VERSION: 21