From 859990842f81601378c7d7c482e6697ab92b2536 Mon Sep 17 00:00:00 2001 From: Ragi-lts Date: Fri, 7 Jun 2024 20:16:41 +0900 Subject: [PATCH] =?UTF-8?q?gitHub=20Actions=E3=83=95=E3=83=AD=E3=83=BC?= =?UTF-8?q?=E3=81=AE=E8=BF=BD=E8=A8=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dart.yml | 4 +--- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) 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