From cc9a95838be59e9236891dc1e83ca5053581458b Mon Sep 17 00:00:00 2001 From: dragonmux Date: Tue, 23 Jul 2024 11:55:27 +0100 Subject: [PATCH] github: Temporarily add the overhaul branch to the build-and-upload flow to test it --- .github/workflows/build-and-upload.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-upload.yml b/.github/workflows/build-and-upload.yml index 71348c92c8e..48a02092e60 100644 --- a/.github/workflows/build-and-upload.yml +++ b/.github/workflows/build-and-upload.yml @@ -4,7 +4,7 @@ name: build and upload on: # Triggers the workflow on push or pull request events but only for the main branch push: - branches: ['main'] + branches: ['main', 'feature/ci-overhaul'] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: