From 9ed12273b3f57b239aac317939dbf6095582445c Mon Sep 17 00:00:00 2001 From: Darius Peters <38152878+dariusptrs@users.noreply.github.com> Date: Thu, 6 Feb 2025 12:26:45 +0100 Subject: [PATCH] re-add branch checks --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2ce6b6..d3ac834 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,9 @@ name: CI on: push: + branches: [main, master] pull_request: + branches: [main, master] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: