浏览代码

Activate new workflow

Sebastien L 2 年之前
父节点
当前提交
877f16181b
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      .github/workflows/Platform_build.yml

+ 4 - 4
.github/workflows/BuildTest.yml → .github/workflows/Platform_build.yml

@@ -1,5 +1,8 @@
-name: Manually executable test for ESP-IDF v4.3.1
+name: Platform Build
 on: 
+  push:
+    branches: 
+      - '**4.3'
   workflow_dispatch:
     inputs:
       ui_build:
@@ -10,9 +13,6 @@ on:
         description: 'Force a Release build. When not forced, the system will check for release word in the last commit message to trigger a release'
         required: true
         type: boolean
-  # push:
-  #   branches: 
-  #     - '**4.3'
 
 jobs:
   bootstrap: