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=7862728a5553044dbcf98947b8739967108370da;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 ac024898..f36a7cab 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -10,9 +10,9 @@ name: Java CI with Maven on: push: - branches: [ "backend" ] + branches: [ "**" ] pull_request: - branches: [ "backend" ] + branches: [ "**" ] jobs: build: