fix branch name

This commit is contained in:
Alex Holliday
2025-04-28 11:52:17 -07:00
parent 62db71b4d9
commit f790930872

View File

@@ -2,7 +2,7 @@ name: Demo deploy
on:
push:
branches: ["demo"]
branches: ["master"]
workflow_dispatch:
jobs:
docker-build-and-push-client: