From 73e0e4a43eb48dffb04d943f6a8a573adfbe9e35 Mon Sep 17 00:00:00 2001 From: Buck Doyle Date: Thu, 21 Mar 2024 10:47:40 -0700 Subject: [PATCH] Add run on push --- .github/workflows/deploy-ui.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy-ui.yml b/.github/workflows/deploy-ui.yml index 0fbfcb98af..f4da1d9d41 100644 --- a/.github/workflows/deploy-ui.yml +++ b/.github/workflows/deploy-ui.yml @@ -6,6 +6,9 @@ on: environment: required: true type: string + # FIXME remove + push: + branches: [ui/deploy-cs-6634] permissions: contents: read