From 76b56c3c14bd36b4e275b81acfd68478321cf1d7 Mon Sep 17 00:00:00 2001 From: Stephen McCullough Date: Fri, 29 Mar 2024 22:15:26 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=97=EF=B8=8F=20-=20Amended=20ci=20work?= =?UTF-8?q?flow=20to=20run=20on=20pushes=20to=20main?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac90c18..4b06f73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,9 @@ name: Python Tests on: + push: + branches: + - main pull_request: jobs: