Skip to content

Commit 95edecd

Browse files
authored
Merge pull request #20 from amirisback/update/enhance-code-project-setting
UPDATE :: Fixing README.md
2 parents fa5d779 + 0c3ed7c commit 95edecd

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.github/workflows/android-ci-generate-apk-aab-download.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Generated APK AAB (Download (still in development))
1+
name: (On Research) Generated APK AAB (Download (still in development))
22

33
env:
44
# The name of the main module repository

.github/workflows/android-ci-publish-play-store.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Android Publish Play Store (Still in development)
1+
name: (On Research) Android Publish Play Store (Still in development)
22

33
env:
44
# The name of the main module repository

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ What's New??
6161

6262
### Step 3. Create Code
6363
```yml
64-
name: Android CI
64+
name: Generated APK AAB (Upload - Create Artifact To Github Action)
6565

6666
env:
6767
# The name of the main module repository
@@ -71,11 +71,10 @@ env:
7171
playstore_name: Frogobox ID
7272

7373
on:
74-
# Triggers the workflow on push or pull request events but only for default and protected branches
74+
7575
push:
76-
branches: [ master ]
77-
pull_request:
78-
branches: [ master ]
76+
branches:
77+
- 'release/**'
7978

8079
# Allows you to run this workflow manually from the Actions tab
8180
workflow_dispatch:
@@ -86,7 +85,7 @@ jobs:
8685
runs-on: ubuntu-latest
8786

8887
steps:
89-
- uses: actions/checkout@v1
88+
- uses: actions/checkout@v3
9089

9190
# Set Current Date As Env Variable
9291
- name: Set current date as env variable

0 commit comments

Comments
 (0)