fix: ensure main branch is specified in Docker workflow triggers

This commit is contained in:
ShiYu
2025-10-18 16:56:38 +08:00
parent 8eaa025f7e
commit 77a4749fec
+2
View File
@@ -2,6 +2,8 @@ name: Build and Push Docker image
on: on:
push: push:
branches:
- main
tags: tags:
- 'v*.*.*' - 'v*.*.*'
workflow_dispatch: workflow_dispatch: