Compare commits

..

No commits in common. "8abd23b09379385c67a9119378a52b2ac284dfea" and "e21a616ecd059a1c48e23b5ee888fd8f25c41168" have entirely different histories.

1 changed files with 1 additions and 3 deletions

View File

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