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: