From 607dee288b54cbd2e047c1aa27dc1bc7de22af8e Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Mon, 30 Sep 2024 09:29:51 +0200 Subject: [PATCH] Cleaned up branch triggers - we don't use `arch` anymore, and `2.x` and `3.x` are ollldddddd, so we're not going to run CI on them --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8cc6d8687c..ce9f319d7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,10 +5,7 @@ on: push: branches: - main - - arch - 'v5.*' - - 3.x - - 2.x env: FORCE_COLOR: 1