From 17ad23c5691b53fe0ef20b37f8e37e5a0e454cbc Mon Sep 17 00:00:00 2001 From: Jules <54960783+juleswg23@users.noreply.github.com> Date: Tue, 21 Oct 2025 12:10:17 -0400 Subject: [PATCH] ensure pushes to main trigger the workflow --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0b2740..bf9eb43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,9 @@ name: Build and Deploy -on: [pull_request] +on: + pull_request: + push: + branches: + - main permissions: contents: write jobs: