From a0d28f5a86ebb97b33f2210c6a75b11efd58f796 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Thu, 30 Jul 2020 20:58:29 +0200 Subject: Travis CI: enable irc notifications with tagged commits --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0a653be7..6cba2cc7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ script: notifications: irc: - if: branch = "gtk3.22" AND + if: (tag OR branch = "gtk3.22") AND repo = "mate-desktop/mate-themes" channels: - "irc.freenode.org#mate-dev" -- cgit v1.2.1