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