From 6a453fc6563c01b73e65028f2a942e143c0cba28 Mon Sep 17 00:00:00 2001 From: Adam Gent Date: Sat, 18 Nov 2023 15:07:27 -0500 Subject: [PATCH] Switch branch to master --- .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 1fa0d66..67dafc4 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -2,9 +2,9 @@ name: Build with Maven on: push: - branches: [ github_action ] + branches: [ master ] pull_request: - branches: [ github_action ] + branches: [ master ] workflow_dispatch: jobs: