Travis CI: enable irc notifications with tagged commits

Pablo Barciela 2020-07-30 20:58:54 +02:00
parent 2cbc46a908
commit 432e90a878
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ script:
notifications: notifications:
irc: irc:
if: branch = "1.24" AND if: (tag OR branch = "1.24") AND
repo = "mate-desktop/mate-terminal" repo = "mate-desktop/mate-terminal"
channels: channels:
- "irc.freenode.org#mate-dev" - "irc.freenode.org#mate-dev"