Skip to content

Commit

Permalink
release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
nkitsaini committed Sep 24, 2022
1 parent b6adddb commit 4228784
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_apk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: CI
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "**", "!main" ]
pull_request:
branches: [ "**" ]
pull_request:
branches: [ "main" ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/release_apk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ name: CI
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
branches: [ "release" ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.0.1+1
version: 0.0.1+2

environment:
sdk: ">=2.17.6 <3.0.0"
Expand Down

0 comments on commit 4228784

Please sign in to comment.