diff --git a/.github/workflows/flutter_ios_build.yml b/.github/workflows/flutter_ios_build.yml index 0c158555..09c5d7fa 100644 --- a/.github/workflows/flutter_ios_build.yml +++ b/.github/workflows/flutter_ios_build.yml @@ -16,7 +16,10 @@ on: push: paths: - 'das_client/**' - branches: [ "feature/ios-signing" ] + pull_request: + paths: + - 'das_client/**' + branches: [ "main" ] jobs: build: diff --git a/das_client/pubspec.yaml b/das_client/pubspec.yaml index 6160d960..048ce454 100644 --- a/das_client/pubspec.yaml +++ b/das_client/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 0.1.9+11 +version: 0.1.9+30 environment: sdk: '>=3.3.0 <4.0.0'