From 00fa4ab6fa13d85b4f3206b44e61675de08bf9c5 Mon Sep 17 00:00:00 2001 From: GeorgeC Date: Thu, 9 Jan 2025 13:53:51 -0500 Subject: [PATCH] Update branch references from 'master' to 'main' --- .github/workflows/github-actions-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-actions-test.yml b/.github/workflows/github-actions-test.yml index f5c96ad6..6890c9ff 100644 --- a/.github/workflows/github-actions-test.yml +++ b/.github/workflows/github-actions-test.yml @@ -2,9 +2,9 @@ name: Maven Run Tests on: push: - branches: [ "master", "release" ] + branches: [ "main", "release" ] pull_request: - branches: [ "master", "release" ] + branches: [ "main", "release" ] jobs: build: