From 486b76de1b8d649fa8d33eadcda961662b0ad137 Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Sun, 29 Jan 2023 20:17:57 +0100 Subject: [PATCH] Update update-webinstaller.yml --- .github/workflows/update-webinstaller.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update-webinstaller.yml b/.github/workflows/update-webinstaller.yml index 0852bd06..89408606 100644 --- a/.github/workflows/update-webinstaller.yml +++ b/.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: