mirror of https://github.com/Mai-with-u/MaiBot.git
actions test
parent
cd250dd7e7
commit
5df9989797
|
|
@ -7,6 +7,11 @@ on:
|
||||||
- dev
|
- dev
|
||||||
- dev-refactor # 例如:匹配所有以 feature/ 开头的分支
|
- dev-refactor # 例如:匹配所有以 feature/ 开头的分支
|
||||||
# 添加你希望触发此 workflow 的其他分支
|
# 添加你希望触发此 workflow 的其他分支
|
||||||
|
workflow_dispatch: # 允许手动触发工作流
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
- dev
|
||||||
|
- dev-refactor
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue