Enable building and pushing image for release branches

Enable building and pushing image for release branches

Signed-off-by: Wenkai Yin(尹文开) <yinw@vmware.com>
This commit is contained in:
Wenkai Yin(尹文开)
2022-02-21 17:47:06 +08:00
parent ea3c72310b
commit 59ff57b3c6
2 changed files with 12 additions and 15 deletions
+3 -1
View File
@@ -2,7 +2,9 @@ name: Main CI
on:
push:
branches: [ main ]
branches:
- 'main'
- 'release-**'
tags:
- '*'