From b60cf7b283778feaf2803aa8cef37534c7c7de3e Mon Sep 17 00:00:00 2001 From: EttyKitty <20323032+EttyKitty@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:11:17 +0300 Subject: [PATCH] ci: Change auto-build branch to release/0.9 --- .github/workflows/release_dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_dev.yml b/.github/workflows/release_dev.yml index de23f6dae..06043c14b 100644 --- a/.github/workflows/release_dev.yml +++ b/.github/workflows/release_dev.yml @@ -12,7 +12,7 @@ on: - VM push: branches: - - compile/main + - release/0.9 jobs: build_needed: name: Build needed?