From 082f30722cf9c0b1e9acd8c3a4c57528f77cfd60 Mon Sep 17 00:00:00 2001 From: bytedream Date: Sat, 8 Nov 2025 21:50:03 +0100 Subject: [PATCH] do not lint on tag push --- .github/workflows/lint.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d5b3062..b79a386 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,8 +1,12 @@ name: lint on: - push: - pull_request: + push: + branches: + - '**' + tags-ignore: + - '*' + pull_request: jobs: lint: