From 5cafcf3e3f87b69ad24488db3f9d10622b757777 Mon Sep 17 00:00:00 2001 From: bytedream Date: Sat, 24 Jan 2026 16:22:08 +0100 Subject: [PATCH] chore: only run ci on branch push --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71396d2..b805c49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,10 @@ name: ci on: push: + branches: + - "**" + tags-ignore: + - "**" pull_request: workflow_dispatch: