szkolny/.github/workflows/push-master.yml
Kuba Szczodrzyński 6e19f37d79
Some checks failed
Schedule/dispatch / Check new changes (push) Failing after 1m11s
Schedule/dispatch / Build nightly release (APK) (push) Has been skipped
[Actions] Refactor build workflows, fix Gradle rename task
2024-06-30 19:51:21 +02:00

14 lines
293 B
YAML

name: Push (master)
on:
push:
branches: ["master"]
jobs:
build:
name: Build for Google Play (AAB)
uses: szkolny-eu/szkolny-android/.github/workflows/_build.yml@develop
with:
build-aab: true
release-ssh: true
release-google-play: true
secrets: inherit