From 5ec372f71aaa205ac3c9dfe4ccc75f0011dff7b9 Mon Sep 17 00:00:00 2001 From: snow0x2d0 Date: Tue, 28 Sep 2021 12:08:35 -0500 Subject: [PATCH] Add main to list of branches on which to run action --- .github/workflows/pythonpackage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index f980df1..bb7927c 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -5,9 +5,9 @@ name: Python package on: push: - branches: [ master ] + branches: [ master, main ] pull_request: - branches: [ master ] + branches: [ master, main ] jobs: build: