From f18698fedf6c6cdd63b2d6a08f1e10630d9e4eb7 Mon Sep 17 00:00:00 2001 From: Nico Date: Sun, 20 Oct 2024 23:04:33 +0200 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 e159b4ef..8d58f5a1 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", "chronos"] + branches: ["main", "switch-to-vfs"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: