From c217af8d5c61d61c72a9073bd3f84a1a5168ef22 Mon Sep 17 00:00:00 2001 From: Alex Li Date: Tue, 31 Dec 2024 18:16:35 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Enables=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e425438..2451b6d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,10 +6,10 @@ name: ci on: - # push: - # branches: [ master ] - # pull_request: - # branches: [ master ] + push: + branches: [ develop, master ] + pull_request: + branches: [ develop, master ] workflow_dispatch: inputs: relay-endpoint: @@ -44,9 +44,9 @@ jobs: - name: Install and set Flutter version uses: subosito/flutter-action@v2 with: - flutter-version: '3.24.5' + flutter-version: '3.27.1' - - uses: ./.github/actions/ci + - uses: ./.github/actions/ci with: type: ${{ matrix.test-type }} project-id: ${{ secrets.PROJECT_ID }}