From 9e6b260004f04c4a27241f49538a4425e779d925 Mon Sep 17 00:00:00 2001 From: Nico Date: Fri, 8 Nov 2024 21:54:07 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8d58f5a1..773e9207 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,7 +3,7 @@ name: Build and test the editor on: # Runs on pushes targeting the default branch push: - branches: ["main", "switch-to-vfs"] + branches: ["main", "component-model-plugins"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: