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