From c97f6143d93d22ecfabab952b322d4b8228006e8 Mon Sep 17 00:00:00 2001 From: Chocha Naresh Date: Mon, 30 Oct 2023 10:24:02 +0530 Subject: [PATCH 1/2] - update WorkFlow -- update WorkFlow update work Flows for un on pull Request and push --- .github/workflows/android.yml | 7 ++----- .github/workflows/checkDetektFormatting.yml | 4 +--- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 342aac9..5d0aeda 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -1,13 +1,10 @@ name: Android CI on: - pull_request: - types: closed - branches: - - master + push: + branches: [ "master" ] jobs: build: - runs-on: ubuntu-latest steps: - name: Checkout diff --git a/.github/workflows/checkDetektFormatting.yml b/.github/workflows/checkDetektFormatting.yml index 2f195ae..832ae18 100644 --- a/.github/workflows/checkDetektFormatting.yml +++ b/.github/workflows/checkDetektFormatting.yml @@ -1,10 +1,8 @@ name: check Detekt Formatting CI on: - push: - branches: [ "Dev" ] pull_request: - branches: [ "Dev" ] + branches: [ "main" ] jobs: build: From eb007a452bbd2a8b8c495d477ab7f9fdc30b18aa Mon Sep 17 00:00:00 2001 From: Chocha Naresh Date: Mon, 30 Oct 2023 10:25:12 +0530 Subject: [PATCH 2/2] - update version -- update version update version of maven Publish --- filepickerlibrary/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filepickerlibrary/build.gradle.kts b/filepickerlibrary/build.gradle.kts index 29e93bc..a95bffe 100644 --- a/filepickerlibrary/build.gradle.kts +++ b/filepickerlibrary/build.gradle.kts @@ -119,7 +119,7 @@ detekt { } mavenPublishing { - coordinates("io.github.chochanaresh", "filepicker", "0.2.2") + coordinates("io.github.chochanaresh", "filepicker", "0.2.3") pom { name.set("filepicker")