From ada2577d560b1813d45047ffb9268545e658bdbd Mon Sep 17 00:00:00 2001 From: MYSOREZ <69631925+MYSOREZ@users.noreply.github.com> Date: Sat, 4 Jul 2026 13:15:53 +0300 Subject: [PATCH 1/2] Stop CI from auto-running on push to main Merging a PR into main was re-triggering the full CI workflow automatically. Drops the push trigger so CI only runs on pull_request and manual workflow_dispatch. --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61e78811..0538e48b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,8 +4,6 @@ permissions: contents: read on: - push: - branches: [ "main" ] pull_request: branches: [ "main" ] workflow_dispatch: From e93dc81659c01e33e8c8cf9ef3b8c57721c2d4de Mon Sep 17 00:00:00 2001 From: MYSOREZ <69631925+MYSOREZ@users.noreply.github.com> Date: Sat, 4 Jul 2026 13:16:28 +0300 Subject: [PATCH 2/2] Stop Release from auto-running on push to main Release used to fire automatically whenever main was pushed (e.g. on every PR merge), which fights with the new manual version input. Drops the push trigger so Release only runs via workflow_dispatch. --- .github/workflows/release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 491f1679..d4558005 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,9 +4,6 @@ permissions: contents: read on: - push: - branches: - - main workflow_dispatch: inputs: version: