fix workflows

This commit is contained in:
ReleTor 2025-02-20 22:08:07 +08:00
parent 277dfc7c44
commit 37e05f13cc

View File

@ -2,19 +2,15 @@ name: Lint
on: on:
push: push:
branches: branches: ['**-next']
- stable-next
- main-next
- dev-next
paths-ignore: paths-ignore:
- '**.md' - '**.md'
- '.github/**' - '.github/**'
- '!.github/workflows/lint.yml'
pull_request: pull_request:
branches: branches: ['**-next']
- stable-next paths-ignore:
- main-next - '**.md'
- dev-next - '.github/**'
jobs: jobs:
build: build: