From f790930872bf38992b8cfc360319b8f702b10362 Mon Sep 17 00:00:00 2001 From: Alex Holliday Date: Mon, 28 Apr 2025 11:52:17 -0700 Subject: [PATCH] fix branch name --- .github/workflows/distribution-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/distribution-deploy.yml b/.github/workflows/distribution-deploy.yml index 7f582d94b..92065cd1e 100644 --- a/.github/workflows/distribution-deploy.yml +++ b/.github/workflows/distribution-deploy.yml @@ -2,7 +2,7 @@ name: Demo deploy on: push: - branches: ["demo"] + branches: ["master"] workflow_dispatch: jobs: docker-build-and-push-client: