From a0643cad335831898761b2e4c97eac1221c21eb3 Mon Sep 17 00:00:00 2001 From: Rick Brown Date: Fri, 6 Sep 2024 13:46:31 +1000 Subject: [PATCH] Change CI trigger to all pushes on all branches --- .github/workflows/maven.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 407d48c..a3a6ef3 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -3,11 +3,7 @@ name: Java CI with Maven -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] +on: [push, pull_request] jobs: build: