From 56c712a61ad96b3737d1bc34fe7a0e5cfbd72570 Mon Sep 17 00:00:00 2001 From: Simon-Pierre Gingras <892367+spg@users.noreply.github.com> Date: Fri, 24 Feb 2023 10:27:30 -0500 Subject: [PATCH] feat(gh-actions): allow uploading webchat manually on staging --- .github/workflows/upload-webchat-staging.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/upload-webchat-staging.yml b/.github/workflows/upload-webchat-staging.yml index e239b33a1..811dc297e 100644 --- a/.github/workflows/upload-webchat-staging.yml +++ b/.github/workflows/upload-webchat-staging.yml @@ -1,5 +1,6 @@ name: Upload Webchat Staging on: + workflow_dispatch: {} push: branches: - master