From 3245ac967b97df2111362f6526c8020cc088cccc Mon Sep 17 00:00:00 2001 From: Alex Zvoleff Date: Fri, 7 Mar 2025 11:55:28 -0500 Subject: [PATCH] Fix branch name --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ef0253f..a33fcc2 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -4,7 +4,7 @@ on: workflow_dispatch: push: branches: - - main + - master - develop pull_request: types: @@ -12,7 +12,7 @@ on: - reopened - synchronize branches: - - main + - master - develop jobs: