From: Kai Moritz Date: Fri, 15 Mar 2024 21:28:53 +0000 (+0100) Subject: chore: The GitHub-Action for the Maven-Build is triggerd for all branches X-Git-Url: http://juplo.de/gitweb/?a=commitdiff_plain;h=9887fb7ab42e6bfc6536e5baf95cbf2f8ad4b2e6;p=demos%2Fkafka%2Fchat chore: The GitHub-Action for the Maven-Build is triggerd for all branches --- 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: