From 2e238033fb42f61c3e95e44fe6bf2e394ef61560 Mon Sep 17 00:00:00 2001 From: copilotcoder Date: Wed, 1 Jul 2026 17:44:37 -0400 Subject: [PATCH] ci: trigger cicd start on all branch pushes --- .gitea/workflows/cicd-start.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/cicd-start.yaml b/.gitea/workflows/cicd-start.yaml index c1190b3..9b14a78 100644 --- a/.gitea/workflows/cicd-start.yaml +++ b/.gitea/workflows/cicd-start.yaml @@ -2,7 +2,7 @@ name: CICD Start on: push: - branches: [ main, develop ] + branches: [ '**' ] pull_request: branches: [ main, develop ] workflow_dispatch: