From aba969375abedd91ea95cc29206658d1ceaf1bcc Mon Sep 17 00:00:00 2001 From: Jamie O'Meara Date: Wed, 12 May 2021 11:28:12 -0600 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index e7bdff0be..74f4bc611 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -3,7 +3,10 @@ name: build-and-test -on: [push, pull_request] +on: + push: + branches: main + pull_request: jobs: build-and-test: