mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-08 07:06:41 +00:00
also run for feature and version branches
This commit is contained in:
parent
d84a364536
commit
80bd8577e9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Android CI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ develop, release ]
|
||||
branches: [ main, 'version/*', 'feature/*' ]
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue