Skip to content

Commit

Permalink
- update new version
Browse files Browse the repository at this point in the history
- update github actions pipeline
  • Loading branch information
ChochaNaresh committed Oct 18, 2023
1 parent 77d9706 commit 8d6d820
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Android CI

on:
workflow_run:
workflow_dispatch:
pull_request:
types: closed
branches:
- master
jobs:
build:

Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/checkDetektFormatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ name: check Detekt Formatting CI

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

branches: [ "Dev" ]
jobs:
build:

Expand Down
2 changes: 1 addition & 1 deletion filepickerlibrary/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ detekt {
}

mavenPublishing {
coordinates("io.github.chochanaresh", "filepicker", "0.2.1")
coordinates("io.github.chochanaresh", "filepicker", "0.2.2")

pom {
name.set("filepicker")
Expand Down

0 comments on commit 8d6d820

Please sign in to comment.