From b916e8979c73ad4279aa897d8921732aba8d8fa4 Mon Sep 17 00:00:00 2001 From: v0anon Date: Mon, 24 Aug 2026 07:46:26 +0000 Subject: [PATCH] =?UTF-8?q?ci:=20run=20push-triggered=20CI=20on=20branches?= =?UTF-8?q?=20only,=20not=20tags=20=E2=80=94=20reference/release=20tags=20?= =?UTF-8?q?point=20at=20historical=20trees=20that=20fail=20current=20gates?= =?UTF-8?q?=20by=20design=20(scheduled-emitter-ref=20at=208b08769=20red-X'?= =?UTF-8?q?d=20on=20push);=20PRs=20and=20manual=20dispatch=20unchanged?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 38a2486..5795c48 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,6 +5,8 @@ permissions: on: push: + branches: [main] # not tags: reference/release tags point at historical + # trees that fail current gates by design (e.g. scheduled-emitter-ref) pull_request: workflow_dispatch: