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 }}