From 8d850639d715e3e267978902034b4a2bceb817a5 Mon Sep 17 00:00:00 2001 From: Athou Date: Thu, 23 Jan 2025 21:51:15 +0100 Subject: [PATCH] remove branches-ignore because it applies to target branch --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e267714d..ed5bb8a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,8 +5,6 @@ permissions: on: push: pull_request: - branches-ignore: - - 'renovate/**' env: JAVA_VERSION: 21