Merge pull request #4677 from ywk253100/220221_main

[cherry-pick]Enable building and pushing image for release branches
This commit is contained in:
Wenkai Yin(尹文开)
2022-02-28 16:01:34 +08:00
committed by GitHub
2 changed files with 16 additions and 15 deletions
+3 -1
View File
@@ -2,7 +2,9 @@ name: Main CI
on:
push:
branches: [ main ]
branches:
- 'main'
- 'release-**'
tags:
- '*'