@@ -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: