From 3b4dad5367be9900f1686506d16dcedaa12fd56e Mon Sep 17 00:00:00 2001 From: Rob Aleck Date: Tue, 9 Jul 2024 15:28:35 +0000 Subject: [PATCH] chore: Update GitHub Actions workflow to use 'main' branch instead of 'master' --- .github/workflows/run_pytest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_pytest.yml b/.github/workflows/run_pytest.yml index ea6ff55..94a513b 100644 --- a/.github/workflows/run_pytest.yml +++ b/.github/workflows/run_pytest.yml @@ -3,10 +3,10 @@ name: Python package on: push: branches-ignore: - - master + - main pull_request: branches: - - master + - main jobs: test: