X-Git-Url: http://juplo.de/gitweb/?a=blobdiff_plain;f=.github%2Fworkflows%2Fmaven.yml;h=6845e9467ea7f55ccd80eda753687fca2960e0e1;hb=dcfa67d58e160a3b0e17a93b31eb095f6e017b93;hp=ac024898706f8757448ffcba9f07225ddf174859;hpb=78644c5ca4ba3c4130ea080d6da0eb5f74fb83db;p=demos%2Fkafka%2Fchat diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index ac024898..6845e946 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -1,18 +1,10 @@ -# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time -# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven - -# This workflow uses actions that are not certified by GitHub. -# They are provided by a third-party and are governed by -# separate terms of service, privacy policy, and support -# documentation. - -name: Java CI with Maven +name: Maven-Build on: push: - branches: [ "backend" ] + branches: [ "**" ] pull_request: - branches: [ "backend" ] + branches: [ "**" ] jobs: build: