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

DROID-1204 App | Tech | Fix CI scripts (#2)

This commit is contained in:
Evgenii Kozlov 2023-05-30 20:21:18 +02:00 committed by GitHub
parent cd4523e484
commit 71f6930aa4
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

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: [ develop ]
branches: [ main ]
name: Run debug unit tests
jobs:
setup-android:

View file

@ -1,6 +1,6 @@
on:
push:
branches: [develop]
branches: [main]
name: CI
jobs:
setup-android: