From 9f0006a0c77a1a3b1a098b57b6d3001dc123ce7a Mon Sep 17 00:00:00 2001 From: Dominik Jain Date: Fri, 5 Dec 2025 15:48:55 +0100 Subject: [PATCH] Update CI-relevant branches --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86d3cc4..389de99 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [main, master] + branches: [main, master, staging, develop] pull_request: - branches: [main, master] + branches: [main, master, staging, develop] jobs: test: