From 6ec9cea163ecfcde56306c8267f3c6b0a5416c17 Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Thu, 1 Feb 2024 10:09:01 -0700 Subject: [PATCH] change branch name macos test --- .github/workflows/pytestmac.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pytestmac.yml b/.github/workflows/pytestmac.yml index 5266ebfc..673712c9 100644 --- a/.github/workflows/pytestmac.yml +++ b/.github/workflows/pytestmac.yml @@ -2,9 +2,9 @@ name: Test on Macos-14 M1 on: push: - branches: [ main ] + branches: [ master ] pull_request: - branches: [ main ] + branches: [ master ] jobs: build: