From 87981fd10fc8d7d2e0f353780e182a646b79e35d Mon Sep 17 00:00:00 2001 From: Wayne Duran Date: Fri, 29 Mar 2024 13:27:21 +0800 Subject: [PATCH] ci: change dev branch to main and release branch to release --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 334f411..9266d85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: name: Prepare Release runs-on: ubuntu-latest needs: test - if: github.event_name != 'pull_request' && needs.test.outputs.branch == 'main' + if: github.event_name != 'pull_request' && needs.test.outputs.branch == 'release' steps: - name: Setup Dart SDK