Restrict CI branches.
This commit is contained in:
parent
8add9ba0a6
commit
453996c374
1 changed files with 6 additions and 1 deletions
7
.github/workflows/android.yml
vendored
7
.github/workflows/android.yml
vendored
|
@ -1,6 +1,11 @@
|
||||||
name: Android CI
|
name: Android CI
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
pull_request:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- 'master'
|
||||||
|
- '4.**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Add table
Reference in a new issue