From e01ec327c654fd74a58f8721a3e4bf4c9797cc28 Mon Sep 17 00:00:00 2001 From: Rodolphe Fontaine <30529563+Rodi26@users.noreply.github.com> Date: Fri, 18 Oct 2024 11:31:01 +0200 Subject: [PATCH] add features branch to github actions --- maven-build.yml => .github/workflows/maven-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename maven-build.yml => .github/workflows/maven-build.yml (98%) diff --git a/maven-build.yml b/.github/workflows/maven-build.yml similarity index 98% rename from maven-build.yml rename to .github/workflows/maven-build.yml index 6b98c425c..a51d1493b 100644 --- a/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -5,9 +5,9 @@ name: Java CI with Maven on: push: - branches: [ main ] + branches: [ main, features ] pull_request: - branches: [ main ] + branches: [ main, features ] jobs: build: