*: run travis in AG repo only
This commit is contained in:
parent
daf17f16f2
commit
3d280c5d92
@ -1,3 +1,4 @@
|
|||||||
|
if: repo = AdguardTeam/AdGuardHome
|
||||||
language: go
|
language: go
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
@ -33,6 +34,7 @@ notifications:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
# Release build configuration
|
# Release build configuration
|
||||||
|
- if: repo = AdguardTeam/AdGuardHome
|
||||||
- name: release
|
- name: release
|
||||||
go:
|
go:
|
||||||
- 1.13.x
|
- 1.13.x
|
||||||
@ -61,7 +63,7 @@ matrix:
|
|||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
|
|
||||||
- name: docker
|
- name: docker
|
||||||
if: type != pull_request AND (branch = master OR tag IS present)
|
if: type != pull_request AND (branch = master OR tag IS present) AND repo = AdguardTeam/AdGuardHome
|
||||||
go:
|
go:
|
||||||
- 1.13.x
|
- 1.13.x
|
||||||
os:
|
os:
|
||||||
|
Loading…
Reference in New Issue
Block a user