1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 13:57:10 +09:00

DROID-215 CI | Fix | Do not start debug build distribution when pushing commits to develop branch (#2444)

This commit is contained in:
Evgenii Kozlov 2022-07-28 11:05:50 +03:00 committed by GitHub
parent 0056dae8a7
commit 10989eb952
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,8 +2,6 @@ on:
schedule:
- cron: '59 23 * * *'
workflow_dispatch:
push:
branches: [develop]
name: Distribute nightly debug build
jobs:
setup-android: