From 53902ba718f245cc0db4211e275b5e2b9e0216ae Mon Sep 17 00:00:00 2001 From: Brent Edwards Date: Thu, 19 Feb 2026 22:50:30 +0000 Subject: [PATCH] ci(CI.yml): code changes against develop will run CI Added `develop-*` to the list of things that run CI --- .forgejo/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 9aadb1e10..ae8484e5d 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -4,7 +4,7 @@ on: push: branches: [master, develop] pull_request: - branches: [master] + branches: [master, develop*] env: UV_VERSION: "0.8.0" -- 2.52.0