From 913ced74de08861b803a11141f175ca894bd9d59 Mon Sep 17 00:00:00 2001 From: smol-ninja Date: Sun, 14 Apr 2024 14:37:04 +0100 Subject: [PATCH] ci: add staging-blast and staging to ci.yml --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef33ea39..6bf6570d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,8 @@ on: push: branches: - "main" + - "staging" + - "staging-blast" jobs: lint: