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:
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: