Update android_build.yml
added master adn release
This commit is contained in:
committed by
GitHub Enterprise
parent
3a504a1621
commit
37fc314304
4
.github/workflows/android_build.yml
vendored
4
.github/workflows/android_build.yml
vendored
@@ -2,9 +2,9 @@ name: Android Build CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [feature/gitactions-* ]
|
||||
branches: [ master, release-* ]
|
||||
pull_request:
|
||||
branches: [feature/gitactions-* ]
|
||||
branches: [ master, release-* ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user