Przeglądaj źródła

Update update-webinstaller.yml

CaCO3 3 lat temu
rodzic
commit
486b76de1b
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4 4
      .github/workflows/update-webinstaller.yml

+ 4 - 4
.github/workflows/update-webinstaller.yml

@@ -6,12 +6,12 @@
 name: Update Web Installer
 
 on:
-  push:
-    branches:
-    - rolling
+  repository_dispatch:
+#  push:
+#    branches:
+#    - rolling
 #    paths:
 #    - docs # The path filter somehow does not work, so lets run it on every change to rolling
-  workflow_run: # Allow triggering it from the build script
       
 jobs:
   update-web-installer: