From 804bfb54ed1bc193a1cd3d7c243599ed9f1d73e4 Mon Sep 17 00:00:00 2001 From: Bob Farrell Date: Sat, 9 Mar 2024 18:54:23 +0000 Subject: [PATCH] Run CI workflow on PR to main --- .github/workflows/CI.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 68d7e8f..897bd44 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -5,6 +5,8 @@ name: CI on: push: branches: [ main ] + pull_request: + branches: [ main ] schedule: - cron: '0 0 * * *' #Makes sense, we are testing against master workflow_dispatch: