From 88d544a79bad8e40aba6ebe29ada3cbe583be15e Mon Sep 17 00:00:00 2001 From: Max Meinhold Date: Tue, 2 Jul 2024 19:36:56 -0400 Subject: [PATCH] fixup! Attempt to run linting on all branches --- .github/workflows/python-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index 8fbf50f..cdc9d31 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -2,7 +2,8 @@ name: Python CI on: push: - branches + branches: + - '*' pull_request: branches: - main