Merge pull request '更新 .gitea/workflows/main.yaml' (#2) from test into main
Docker Deploy / build-and-deploy (push) Successful in 1m52s
Details
Docker Deploy / build-and-deploy (push) Successful in 1m52s
Details
Reviewed-on: #2
This commit is contained in:
commit
8abd23b093
|
@ -4,7 +4,9 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main # 监听main分支的push事件
|
||||
- v*
|
||||
- v* # 监听v开头的分支push事件
|
||||
tags:
|
||||
- 'v*' #监听所有含v开头的push事件
|
||||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
|
|
Loading…
Reference in New Issue