From 9887fb7ab42e6bfc6536e5baf95cbf2f8ad4b2e6 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Fri, 15 Mar 2024 22:28:53 +0100 Subject: [PATCH] chore: The GitHub-Action for the Maven-Build is triggerd for all branches --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index db0a2cb8..6845e946 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -2,9 +2,9 @@ name: Maven-Build on: push: - branches: [ "backend" ] + branches: [ "**" ] pull_request: - branches: [ "backend" ] + branches: [ "**" ] jobs: build: -- 2.20.1