diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 48b9826..0c1a6ce 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -2,9 +2,7 @@ name: Flutter on: push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] + branches: [ "main", "develop" ] jobs: build: diff --git a/pubspec.yaml b/pubspec.yaml index 8157bc4..e41925d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -19,7 +19,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev version: 1.0.0+1 environment: - sdk: '>=2.19.2 <3.0.0' + sdk: 3.4.3 # Dependencies specify other packages that your package needs in order to work. # To automatically upgrade your package dependencies to the latest versions