From b17b2767b05707c0b552fd548f4d4474026a0ce6 Mon Sep 17 00:00:00 2001 From: Athou Date: Fri, 17 Jan 2025 22:40:47 +0100 Subject: [PATCH] run CI on pull requests --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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