From 6efe2cd5fd4659917d4ee82934a64f9be3e14cf5 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Tue, 12 Mar 2024 09:53:49 +0530 Subject: [PATCH] Add a push trigger to register the workflow See https://stackoverflow.com/questions/63362126/github-actions-how-to-run-a-workflow-created-on-a-non-master-branch-from-the-wo --- .github/workflows/web-preview.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/web-preview.yml b/.github/workflows/web-preview.yml index 4727576730..1ecc2e052b 100644 --- a/.github/workflows/web-preview.yml +++ b/.github/workflows/web-preview.yml @@ -1,6 +1,7 @@ name: "Preview (web)" on: + push: # <- temporarily added so that we can register the action workflow_dispatch: inputs: app: