From 145171b367d111d155a9687f82ec2df3d02e8b88 Mon Sep 17 00:00:00 2001 From: eggfriedrice Date: Tue, 27 Jan 2026 14:49:51 +0000 Subject: [PATCH 1/2] ci: add staging and develop 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 ec1de8e..553dc29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [main] + branches: [main, staging, develop] pull_request: - branches: [main] + branches: [main, staging, develop] jobs: ci: From ac313ad2d1613053247893c3a7f5feeb0a76c845 Mon Sep 17 00:00:00 2001 From: eggfriedrice Date: Tue, 27 Jan 2026 17:39:32 +0000 Subject: [PATCH 2/2] ci: remove develop branch --- .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 553dc29..27b7b70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [main, staging, develop] + branches: [main, staging] pull_request: - branches: [main, staging, develop] + branches: [main, staging] jobs: ci: