From a0ef5c2c35bfeb016173eac3480f0ea5ed3dec7e Mon Sep 17 00:00:00 2001 From: John Skovbekk Date: Wed, 28 Feb 2024 15:31:50 -0700 Subject: [PATCH] Update CI.yml Add CI to PRs on main --- .github/workflows/CI.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f31f3f6..ba76818 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -5,6 +5,8 @@ on: - main tags: ['*'] pull_request: + branches: + - main concurrency: # Skip intermediate builds: always. # Cancel intermediate builds: only if it is a pull request build.