mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-04-22 16:08:06 +00:00
fix: update workflows to use main branch instead of develop
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user