diff options
author | Pablo Barciela <[email protected]> | 2020-07-30 20:58:54 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-07-30 20:58:54 +0200 |
commit | 432e90a878180b2723e92dbb679fb1dc7e8f6e6f (patch) | |
tree | db46e0e7aca8b9ebeddf19aad5b907b1072e52c2 | |
parent | 2cbc46a908fef388abe4021103b5033fc1f50557 (diff) | |
download | mate-terminal-432e90a878180b2723e92dbb679fb1dc7e8f6e6f.tar.bz2 mate-terminal-432e90a878180b2723e92dbb679fb1dc7e8f6e6f.tar.xz |
Travis CI: enable irc notifications with tagged commits
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 20f0781..7db4d42 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" |