From c1c52642e669aa37af75ff3bad8664d6672846ec Mon Sep 17 00:00:00 2001 From: Q <264902+kofi-q@users.noreply.github.com> Date: Tue, 12 Aug 2025 19:08:27 -0500 Subject: [PATCH] [CI] Trigger Commit Checks workflow on pull requests --- .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 085635c..4fa5e9b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,11 @@ name: Commit Checks run-name: ${{ github.ref }} - Commit Checks -on: push +on: + push: + branches: main + pull_request: + workflow_dispatch: permissions: contents: read