fix: update workflows to use main branch instead of develop

This commit is contained in:
2026-01-23 02:57:30 +03:00
parent 198d39214f
commit 2f96c19e45
7 changed files with 11 additions and 11 deletions
@@ -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