File tree 3 files changed +9
-7
lines changed
3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 3
3
push :
4
4
paths :
5
5
- ' res/reference_audio/**'
6
- branches :
7
- - master
6
+ branches : [main, master]
8
7
tags-ignore :
9
8
- ' *' # Ignore tags
10
9
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ name: Publish package to PyPI
2
2
3
3
on :
4
4
push :
5
+ branches : [main, master]
5
6
tags :
6
7
- ' v*' # 匹配"v1.0.0"、"v1.0.0-alpha"等发布标签
7
8
Original file line number Diff line number Diff line change 1
- name : Ruff Check
1
+ name : Ruff Lint
2
2
3
3
on :
4
4
push :
5
- branches : [ "*" ]
5
+ branches : [main, master ]
6
6
pull_request :
7
7
paths :
8
- - " nonebot_plugin_fishspeech_tts/**"
9
-
8
+ - nonebot_plugin_fishspeech_tts/**
9
+ - pyproject.toml
10
10
11
11
jobs :
12
12
ruff :
15
15
steps :
16
16
- uses : actions/checkout@v4
17
17
18
- - name : Run Ruff Lint
18
+ - name : Run Ruff
19
19
uses : chartboost/ruff-action@v1
20
+ with :
21
+ version : 0.7.0
You can’t perform that action at this time.
0 commit comments