mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-06-12 22:51:08 +00:00
fix: update workflows to use main branch instead of develop
This commit is contained in:
@@ -5,7 +5,7 @@ on:
|
|||||||
inputs:
|
inputs:
|
||||||
branch:
|
branch:
|
||||||
required: true
|
required: true
|
||||||
default: develop
|
default: main
|
||||||
type: string
|
type: string
|
||||||
gradlew-command:
|
gradlew-command:
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-app:
|
build-app:
|
||||||
uses: pezkuwichain/pezkuwi-wallet-android/.github/workflows/android_build.yml@develop
|
uses: pezkuwichain/pezkuwi-wallet-android/.github/workflows/android_build.yml@main
|
||||||
with:
|
with:
|
||||||
branch: ${{github.head_ref}}
|
branch: ${{github.head_ref}}
|
||||||
gradlew-command: assembleDebug
|
gradlew-command: assembleDebug
|
||||||
|
|||||||
@@ -10,11 +10,11 @@ on:
|
|||||||
branch:
|
branch:
|
||||||
description: 'From which branch the application will be built'
|
description: 'From which branch the application will be built'
|
||||||
required: true
|
required: true
|
||||||
default: develop
|
default: main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: pezkuwichain/pezkuwi-wallet-android/.github/workflows/android_build.yml@develop
|
uses: pezkuwichain/pezkuwi-wallet-android/.github/workflows/android_build.yml@main
|
||||||
with:
|
with:
|
||||||
branch: ${{ github.event.inputs.branch }}
|
branch: ${{ github.event.inputs.branch }}
|
||||||
gradlew-command: assembleReleaseMarket
|
gradlew-command: assembleReleaseMarket
|
||||||
|
|||||||
@@ -10,11 +10,11 @@ on:
|
|||||||
branch:
|
branch:
|
||||||
description: 'From which branch the application will be built'
|
description: 'From which branch the application will be built'
|
||||||
required: true
|
required: true
|
||||||
default: develop
|
default: main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: pezkuwichain/pezkuwi-wallet-android/.github/workflows/android_build.yml@develop
|
uses: pezkuwichain/pezkuwi-wallet-android/.github/workflows/android_build.yml@main
|
||||||
with:
|
with:
|
||||||
branch: ${{ github.event.inputs.branch }}
|
branch: ${{ github.event.inputs.branch }}
|
||||||
gradlew-command: assembleDevelop
|
gradlew-command: assembleDevelop
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ permissions:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: pezkuwichain/pezkuwi-wallet-android/.github/workflows/android_build.yml@develop
|
uses: pezkuwichain/pezkuwi-wallet-android/.github/workflows/android_build.yml@main
|
||||||
with:
|
with:
|
||||||
branch: master
|
branch: master
|
||||||
gradlew-command: assembleReleaseGithub
|
gradlew-command: assembleReleaseGithub
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
uses: pezkuwichain/pezkuwi-wallet-android/.github/workflows/android_build.yml@develop
|
uses: pezkuwichain/pezkuwi-wallet-android/.github/workflows/android_build.yml@main
|
||||||
with:
|
with:
|
||||||
branch: ${{github.head_ref}}
|
branch: ${{github.head_ref}}
|
||||||
gradlew-command: assembleDevelop
|
gradlew-command: assembleDevelop
|
||||||
|
|||||||
@@ -2,13 +2,13 @@ name: Build test and deploy develop apk
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [develop]
|
branches: [main]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: pezkuwichain/pezkuwi-wallet-android/.github/workflows/android_build.yml@develop
|
uses: pezkuwichain/pezkuwi-wallet-android/.github/workflows/android_build.yml@main
|
||||||
with:
|
with:
|
||||||
branch: develop
|
branch: main
|
||||||
gradlew-command: assembleDevelop
|
gradlew-command: assembleDevelop
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user