From 37e05f13cc5319a6aca82182cb6f2ee7fed76469 Mon Sep 17 00:00:00 2001 From: ReleTor <191429954+ReleTor@users.noreply.github.com> Date: Thu, 20 Feb 2025 22:08:07 +0800 Subject: [PATCH] fix workflows --- .github/workflows/lint.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3b428020..9d698b91 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -2,19 +2,15 @@ name: Lint on: push: - branches: - - stable-next - - main-next - - dev-next + branches: ['**-next'] paths-ignore: - '**.md' - '.github/**' - - '!.github/workflows/lint.yml' pull_request: - branches: - - stable-next - - main-next - - dev-next + branches: ['**-next'] + paths-ignore: + - '**.md' + - '.github/**' jobs: build: