Travis CI: enable irc notifications with tagged commits
parent
2cbc46a908
commit
432e90a878
|
@ -22,7 +22,7 @@ script:
|
|||
|
||||
notifications:
|
||||
irc:
|
||||
if: branch = "1.24" AND
|
||||
if: (tag OR branch = "1.24") AND
|
||||
repo = "mate-desktop/mate-terminal"
|
||||
channels:
|
||||
- "irc.freenode.org#mate-dev"
|
||||
|
|
Loading…
Reference in New Issue