From 1df0b76f1098c9490f9737226a2cf3464a31f6ad Mon Sep 17 00:00:00 2001 From: myrmidex Date: Sun, 16 Aug 2026 11:46:45 +0200 Subject: [PATCH] 46 - Restore push trigger --- .forgejo/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 7afd114..a3c9e4f 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -1,8 +1,8 @@ name: CI on: - # No push trigger: a push to a branch with an open PR matches both and runs - # everything twice. Pull request events cover pushes to the PR's branch. + push: + branches: ['release/*'] pull_request: branches: [main, 'release/*']