From 3d280c5d92545380ccd80e2e2ff22b7066ad5e53 Mon Sep 17 00:00:00 2001 From: Andrey Meshkov Date: Fri, 13 Dec 2019 13:31:10 +0300 Subject: [PATCH] *: run travis in AG repo only --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3d5f0cc6..a52fa2cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +if: repo = AdguardTeam/AdGuardHome language: go sudo: false @@ -33,6 +34,7 @@ notifications: matrix: include: # Release build configuration + - if: repo = AdguardTeam/AdGuardHome - name: release go: - 1.13.x @@ -61,7 +63,7 @@ matrix: skip_cleanup: true - 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: - 1.13.x os: