ci/cd: 修改部分工作流的触发条件

pull/135/head
YANGJINZE 2025-05-22 10:26:23 +08:00 committed by GitHub
parent 262679066e
commit 74c9d1e5c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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