소스 검색

Update dispatch input description and remove redundant code

The updated dispatch input description now indicates a greater preference for using the 'NEXT' version. Redundant code related to the 'push' paths in the workflow file was removed for better streamlining and cleanliness.
DerSkythe 2 년 전
부모
커밋
6f8d6b74ee
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      .github/workflows/build-with-firmware.yml

+ 3 - 3
.github/workflows/build-with-firmware.yml

@@ -8,9 +8,9 @@ on:
         description: "Enter version to build or left empty for the NEXT version"
         required: false
         type: string
-  push:
-    paths:
-      - .github/workflows/build-with-firmware.yml
+#  push:
+#    paths:
+#      - .github/workflows/build-with-firmware.yml
 
 permissions:
   contents: write