浏览代码

Update update-webinstaller.yml

CaCO3 3 年之前
父节点
当前提交
486b76de1b
共有 1 个文件被更改,包括 4 次插入4 次删除
  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: