Compare commits

...

2 Commits

Author SHA1 Message Date
root 8abd23b093 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
2024-07-07 09:48:13 +08:00
root 70dda07f28 更新 .gitea/workflows/main.yaml
Docker Deploy / build-and-deploy (push) Successful in 1m49s Details
2024-07-07 09:42:21 +08:00
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: