更新 .gitea/workflows/master.yml

This commit is contained in:
2025-08-25 18:35:30 +08:00
parent da131cda5c
commit 360f87ea0d

View File

@@ -3,7 +3,7 @@ name: Build and Push to Target Registry
# 监听master分支的推送事件 # 监听master分支的推送事件
on: on:
push: push:
branches: [ master ] branches: [ prod ]
jobs: jobs:
build-and-deploy: build-and-deploy: