Merge pull request '更新 .gitea/workflows/main.yaml' (#2) from test into main
Docker Deploy / build-and-deploy (push) Successful in 1m52s Details

Reviewed-on: #2
This commit is contained in:
root 2024-07-07 09:48:13 +08:00
commit 8abd23b093
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: