From 0c3ed7cf592949a1a0a19ed740830b5e407eb632 Mon Sep 17 00:00:00 2001 From: amirisback Date: Wed, 19 Jul 2023 16:20:22 +0700 Subject: [PATCH] update: README.md --- .../android-ci-generate-apk-aab-download.yml | 2 +- .github/workflows/android-ci-publish-play-store.yml | 2 +- README.md | 11 +++++------ 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/android-ci-generate-apk-aab-download.yml b/.github/workflows/android-ci-generate-apk-aab-download.yml index 9d0afa4..fae819f 100644 --- a/.github/workflows/android-ci-generate-apk-aab-download.yml +++ b/.github/workflows/android-ci-generate-apk-aab-download.yml @@ -1,4 +1,4 @@ -name: Generated APK AAB (Download (still in development)) +name: (On Research) Generated APK AAB (Download (still in development)) env: # The name of the main module repository diff --git a/.github/workflows/android-ci-publish-play-store.yml b/.github/workflows/android-ci-publish-play-store.yml index eb30d4e..7090439 100644 --- a/.github/workflows/android-ci-publish-play-store.yml +++ b/.github/workflows/android-ci-publish-play-store.yml @@ -1,4 +1,4 @@ -name: Android Publish Play Store (Still in development) +name: (On Research) Android Publish Play Store (Still in development) env: # The name of the main module repository diff --git a/README.md b/README.md index e33cb8f..67c931a 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ What's New?? ### Step 3. Create Code ```yml -name: Android CI +name: Generated APK AAB (Upload - Create Artifact To Github Action) env: # The name of the main module repository @@ -71,11 +71,10 @@ env: playstore_name: Frogobox ID on: - # Triggers the workflow on push or pull request events but only for default and protected branches + push: - branches: [ master ] - pull_request: - branches: [ master ] + branches: + - 'release/**' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -86,7 +85,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 # Set Current Date As Env Variable - name: Set current date as env variable