Compare commits
No commits in common. "8abd23b09379385c67a9119378a52b2ac284dfea" and "e21a616ecd059a1c48e23b5ee888fd8f25c41168" have entirely different histories.
8abd23b093
...
e21a616ecd
|
@ -4,9 +4,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main # 监听main分支的push事件
|
||||
- v* # 监听v开头的分支push事件
|
||||
tags:
|
||||
- 'v*' #监听所有含v开头的push事件
|
||||
- v*
|
||||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
|
|
Loading…
Reference in New Issue