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

This commit is contained in:
allinssl
2025-06-07 18:10:15 +08:00
committed by GitHub
parent 57bc6c603f
commit 9fb929d512

View File

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