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

DROID-1504 App | Tech | Fix workflow script (#218)

This commit is contained in:
Evgenii Kozlov 2023-07-17 18:48:49 +02:00 committed by GitHub
parent 4b86cdb5f6
commit e394fca66d
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ on:
pull_request:
# add "synchronize" in "types", in order to trigger workflow for pull request commit(s) pushes.
types: [ opened ]
branches: [ main, releases/**]
branches: [ main, release/**]
name: Run debug unit tests
jobs:
setup-android: