ci/cd: remove branch trigger from Docker build workflow

This commit is contained in:
YANGJINZE
2025-06-07 18:46:01 +08:00
parent 6d7a69ad52
commit 4e291390f8

View File

@@ -2,7 +2,6 @@ name: Build and Push Docker Image
on:
push:
branches: [ "*" ]
tags: [ "*" ]
jobs: