From ee5c53821f1ee4b96f03240332104f229b714a84 Mon Sep 17 00:00:00 2001 From: Rodolphe Fontaine <30529563+Rodi26@users.noreply.github.com> Date: Fri, 18 Oct 2024 11:33:53 +0200 Subject: [PATCH] Features --- .github/workflows/maven-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index a51d1493b..c93d73b4d 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -5,9 +5,9 @@ name: Java CI with Maven on: push: - branches: [ main, features ] + branches: [ main, Features ] pull_request: - branches: [ main, features ] + branches: [ main, Features ] jobs: build: