From 3e81c62a9bacf0c7f41b60c5d0c40afc7e780a01 Mon Sep 17 00:00:00 2001 From: "John N. Milner" Date: Thu, 25 Jan 2024 17:01:33 -0500 Subject: [PATCH] Correct GitHub Actions to run on `main` branch --- .github/workflows/pytest-with-coveralls.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pytest-with-coveralls.yml b/.github/workflows/pytest-with-coveralls.yml index 72d0e8de..869a05fc 100644 --- a/.github/workflows/pytest-with-coveralls.yml +++ b/.github/workflows/pytest-with-coveralls.yml @@ -4,9 +4,9 @@ name: pytest on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: