소스 검색

Fix Build Script

Sebastien L 3 년 전
부모
커밋
f7dfb1d695
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .github/workflows/esp-idf-v4.3-build.yml

+ 2 - 2
.github/workflows/esp-idf-v4.3-build.yml

@@ -1,11 +1,11 @@
 # This is a basic workflow to help you get started with Actions
-name: Cross-Build
+name: ESP-IDF v4.3
 
 on:
   push:
     branches: [ ethernet_idf4.3 ]
   pull_request:
-    branches-ignore: [ ethernet_idf4.3 ]
+    branches: [ ethernet_idf4.3 ]
 
 jobs:
   job1: