Skip to content

Commit

Permalink
gitHub Actionsフローの追記
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragi-lts committed Jun 7, 2024
1 parent 2c6c736 commit 8599908
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: Flutter

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "develop" ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8599908

Please sign in to comment.