From c946df33d40e3047e00973bf42b1114b90cb8f8a Mon Sep 17 00:00:00 2001 From: Jazz Turner-Baggs <473256+jazzz@users.noreply.github.com> Date: Tue, 17 Feb 2026 17:49:01 -0800 Subject: [PATCH] Update ci to run on push to main --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c17caac..98a789b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,13 @@ name: ci on: + push: + branches: + - main + paths-ignore: + - "**README.md" + - ".gitignore" + - "LICENSE" pull_request: branches: - main