From ae6c2c4a6d7672a83224d4070bc4874cdbabd328 Mon Sep 17 00:00:00 2001 From: Alex Martens Date: Mon, 25 Dec 2023 13:49:59 -0800 Subject: [PATCH] CI: do not trigger on 1-alpha --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04f114c..8770516 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,8 @@ on: - # trigger on pushes to the main branch and 1-alpha + # trigger on pushes to the main branch push: branches: - main - - 1-alpha # trigger on all pull requests pull_request: # enable manual triggering