Просмотр исходного кода

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 лет назад
Родитель
Сommit
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