From 5cd51f9b43bd688f36580b8f403139f66c0fbdd9 Mon Sep 17 00:00:00 2001 From: myrmidex Date: Sat, 15 Aug 2026 01:12:24 +0200 Subject: [PATCH] 147 - Run CI on pull requests into release branches --- .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 50ec54ed..85f3f27e 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -4,7 +4,7 @@ on: push: branches: ['release/*'] pull_request: - branches: [main] + branches: [main, 'release/*'] jobs: ci: