mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-20 11:08:31 +00:00
Restrict CI branches.
This commit is contained in:
committed by
Greyson Parrelli
parent
8add9ba0a6
commit
453996c374
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user