From 296ab860c71f4f7ae6fd8bb752d6de836be54c56 Mon Sep 17 00:00:00 2001 From: Austin Schaefer Date: Tue, 18 Aug 2026 13:55:01 +0200 Subject: [PATCH] Fix CI running twice per PR commit push and pull_request both fired for commits on a branch with an open PR. Scope push to master only, matching sporah's workflow, so branch commits trigger just the pull_request run. --- .forgejo/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index ec2cbf0..856ad3f 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -2,6 +2,7 @@ name: CI on: push: + branches: [master] pull_request: jobs: