From 9849f06c82b81352193a33847e2bc5598386fed3 Mon Sep 17 00:00:00 2001 From: Mario Serrano Date: Sat, 27 May 2023 11:11:44 -0500 Subject: [PATCH] fix on event --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 712f3d0..5278789 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -2,9 +2,9 @@ name: Maven Build on: push: - branches: [ main ] + branches: [ master ] pull_request: - branches: [ main ] + branches: [ master ] jobs: build: