From 6074e92751f5958c99c2a8f96283a977e20dbb0d Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Wed, 1 Jul 2020 16:51:15 +0200 Subject: Travis CI: enable irc notifications with tagged commits --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 24c0d70b..1824cbc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ script: notifications: irc: - if: branch = master AND + if: (tag OR branch = master) AND repo = "mate-desktop/mate-applets" channels: - "irc.freenode.org#mate-dev" -- cgit v1.2.1