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:
parent
26aa08a86c
commit
4b86cdb5f6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue