From 796c9a45fe58a5004daa9ecc25e0ccdc72e54504 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 9 Jun 2026 18:14:00 +0000 Subject: [PATCH] Run CI on every push instead of PRs Sole-contributor repo: pull_request runs were duplicating push runs. Trigger on all pushes, with workflow_dispatch kept as a manual fallback for external PRs. https://claude.ai/code/session_01Mr6xn5zNx83zs5Nmknz5ad --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d41ea7..97ebcb9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,7 @@ name: CI on: push: - branches: [ master, claude/** ] - pull_request: - branches: [ master ] + workflow_dispatch: jobs: test-node: