Rename branches and update release workflows

stable-next → oldstable, main-next → stable, dev-next → testing, new unstable
This commit is contained in:
世界
2026-03-05 21:10:45 +08:00
parent fb269c9032
commit 88695b0d1f
5 changed files with 27 additions and 22 deletions

View File

@@ -3,18 +3,20 @@ name: Lint
on:
push:
branches:
- stable-next
- main-next
- dev-next
- oldstable
- stable
- testing
- unstable
paths-ignore:
- '**.md'
- '.github/**'
- '!.github/workflows/lint.yml'
pull_request:
branches:
- stable-next
- main-next
- dev-next
- oldstable
- stable
- testing
- unstable
jobs:
build: