From 35aa555a9745f411a4cce78d8b72c7826efc85e7 Mon Sep 17 00:00:00 2001 From: myrmidex Date: Sun, 16 Aug 2026 11:41:45 +0200 Subject: [PATCH] 46 - Run CI once per push instead of twice --- .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 a3c9e4f..7afd114 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -1,8 +1,8 @@ name: CI on: - push: - branches: ['release/*'] + # 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. pull_request: branches: [main, 'release/*']