[master] 4d8c3586a Limit notifications to the main repo

Federico G. Schwindt fgsch at lodoss.net
Tue Mar 17 14:09:07 UTC 2020


commit 4d8c3586ae288964f4e97e75d1edd2add6ccfedc
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Tue Mar 17 14:07:40 2020 +0000

    Limit notifications to the main repo

diff --git a/.travis.yml b/.travis.yml
index 7713f3331..258ac0c4b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -122,7 +122,8 @@ stages:
 
 notifications:
   irc:
-    if: branch = master
+    if: branch = master AND
+        repo = varnishcache/varnish-cache
     channels:
       - "irc.linpro.no#varnish-hacking"
     on_success: change


More information about the varnish-commit mailing list