mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-06-13 21:54:13 +08:00
fix workflows
This commit is contained in:
parent
277dfc7c44
commit
37e05f13cc
14
.github/workflows/lint.yml
vendored
14
.github/workflows/lint.yml
vendored
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user