From d220f0e054281f5d6269890399b74ff579f3930d Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Mon, 20 Feb 2023 12:56:41 +0530 Subject: [PATCH] Trigger demo-site build manually (#714) Merge pull request 714 --- .github/workflows/demo_site.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/demo_site.yml b/.github/workflows/demo_site.yml index 014a6184c3..35037c65c5 100644 --- a/.github/workflows/demo_site.yml +++ b/.github/workflows/demo_site.yml @@ -1,10 +1,8 @@ name: Build and Deploy Demo Site on: - push: - branches: - - master - - demo-site + # Run this workflow manually from the Actions tab + workflow_dispatch: jobs: deploy_demo_site: