更新 .gitea/workflows/main.yaml
Docker Deploy / build-and-deploy (push) Successful in 1m49s Details

This commit is contained in:
root 2024-07-07 09:42:21 +08:00
parent e21a616ecd
commit 70dda07f28
1 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,9 @@ on:
push:
branches:
- main # 监听main分支的push事件
- v*
- v* # 监听v开头的分支push事件
tags:
- 'v*' #监听所有含v开头的push事件
jobs:
build-and-deploy: