Merge branch 'master' of https://github.com/MaiBot-Plus/MaiMbot-Pro-Max
This commit is contained in:
6
.github/workflows/docker-image.yml
vendored
6
.github/workflows/docker-image.yml
vendored
@@ -3,9 +3,7 @@ name: Docker Build and Push
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- master
|
||||||
- classical
|
|
||||||
- dev
|
|
||||||
tags:
|
tags:
|
||||||
- "v*.*.*"
|
- "v*.*.*"
|
||||||
- "v*"
|
- "v*"
|
||||||
@@ -161,4 +159,4 @@ jobs:
|
|||||||
docker buildx imagetools create -t $tag \
|
docker buildx imagetools create -t $tag \
|
||||||
${{ secrets.DOCKERHUB_USERNAME }}/maibot@${{ needs.build-amd64.outputs.digest }} \
|
${{ secrets.DOCKERHUB_USERNAME }}/maibot@${{ needs.build-amd64.outputs.digest }} \
|
||||||
${{ secrets.DOCKERHUB_USERNAME }}/maibot@${{ needs.build-arm64.outputs.digest }}
|
${{ secrets.DOCKERHUB_USERNAME }}/maibot@${{ needs.build-arm64.outputs.digest }}
|
||||||
done
|
done
|
||||||
|
|||||||
10
.github/workflows/ruff.yml
vendored
10
.github/workflows/ruff.yml
vendored
@@ -1,15 +1,11 @@
|
|||||||
name: Ruff
|
name: Ruff
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# push:
|
push:
|
||||||
# branches:
|
|
||||||
# - main
|
|
||||||
# - dev
|
|
||||||
# - dev-refactor # 例如:匹配所有以 feature/ 开头的分支
|
|
||||||
# # 添加你希望触发此 workflow 的其他分支
|
|
||||||
workflow_dispatch: # 允许手动触发工作流
|
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
workflow_dispatch: # 允许手动触发工作流
|
||||||
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|||||||
Reference in New Issue
Block a user