Skip to content

Commit

Permalink
Merge pull request #49 from syxc/kotlin-2.0
Browse files Browse the repository at this point in the history
Kotlin 2.0
  • Loading branch information
syxc committed Jul 9, 2024
2 parents 6e51eba + 57b7cb0 commit e3752ba
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Android CI

on:
pull_request:
branches: [ "master" ]
pull_request: { }
workflow_dispatch: { }
push:
branches: [ 'master' ]
tags-ignore:
- '**'
paths-ignore:
- '.idea/**'
- '.gitattributes'
Expand All @@ -14,7 +18,6 @@ on:
- 'NOTICE'
- docs
- iosApp
workflow_dispatch: { }

#concurrency:
# group: build-android-${{ github.ref }}
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: iOS CI

on:
pull_request:
branches: [ "master" ]
pull_request: { }
workflow_dispatch: { }
push:
branches: [ 'master' ]
tags-ignore:
- '**'
paths-ignore:
- '.idea/**'
- '.gitattributes'
Expand All @@ -14,7 +18,6 @@ on:
- 'NOTICE'
- docs
- androidApp
workflow_dispatch: { }

#concurrency:
# group: build-ios-${{ github.ref }}
Expand Down

0 comments on commit e3752ba

Please sign in to comment.