diff --git a/.github/workflows/deploy-qa.yml b/.github/workflows/deploy-qa.yml
index 92c957acbd..1339ad2eb9 100644
--- a/.github/workflows/deploy-qa.yml
+++ b/.github/workflows/deploy-qa.yml
@@ -3,7 +3,7 @@ name: Deploy QA
on:
push:
branches:
- - feature/automation-branching-ux
+ - master
workflow_dispatch:
jobs:
diff --git a/lerna.json b/lerna.json
index 7c11782043..02471fb63d 100644
--- a/lerna.json
+++ b/lerna.json
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
- "version": "3.0.4",
+ "version": "3.1.0",
"npmClient": "yarn",
"packages": [
"packages/*",
diff --git a/packages/builder/src/components/automation/AutomationBuilder/AutomationBuilder.svelte b/packages/builder/src/components/automation/AutomationBuilder/AutomationBuilder.svelte
index caeb33cb14..9952826be3 100644
--- a/packages/builder/src/components/automation/AutomationBuilder/AutomationBuilder.svelte
+++ b/packages/builder/src/components/automation/AutomationBuilder/AutomationBuilder.svelte
@@ -3,8 +3,8 @@
import Flowchart from "./FlowChart/FlowChart.svelte"
-{#if $selectedAutomation}
- {#key $selectedAutomation._id}
-