Skip to content

Commit

Permalink
👷 Enables CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Dec 31, 2024
1 parent d4bf9a6 commit c217af8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 }}

0 comments on commit c217af8

Please sign in to comment.