Skip to content

Commit

Permalink
Merge pull request #45 from ChochaNaresh/Dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
ChochaNaresh committed Oct 30, 2023
2 parents f01cad5 + eb007a4 commit 7680f00
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/checkDetektFormatting.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: check Detekt Formatting CI

on:
push:
branches: [ "Dev" ]
pull_request:
branches: [ "Dev" ]
branches: [ "main" ]
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.2")
coordinates("io.github.chochanaresh", "filepicker", "0.2.3")

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

0 comments on commit 7680f00

Please sign in to comment.