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 | Run github actions checks on release branches (#217)

This commit is contained in:
Evgenii Kozlov 2023-07-17 18:43:10 +02:00 committed by GitHub
parent 26aa08a86c
commit 4b86cdb5f6
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 ]
branches: [ main, releases/**]
name: Run debug unit tests
jobs:
setup-android: