ci/cd: 调整流水线触发条件

pull/236/head
allinssl 2025-06-07 18:10:15 +08:00 committed by GitHub
parent 57bc6c603f
commit 9fb929d512
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

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