Browse Source

ci(build_packages): add target event

zhanghongtong 4 years ago
parent
commit
c1f77da3b9
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/workflows/build_packages.yaml

+ 3 - 0
.github/workflows/build_packages.yaml

@@ -1,6 +1,9 @@
 name: Cross build packages
 
 on:
+  push:
+    branches:
+      - 'main-v4.**'
   schedule:
     - cron:  '0 */6 * * *'
   release: