diff options
author | Pablo Barciela <[email protected]> | 2020-07-19 13:30:00 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-07-19 13:30:00 +0200 |
commit | f2f0d36c6e11023f438ec3c1e78f69610b8ee85c (patch) | |
tree | 0b1e250723b9d4e41fc0b702d6bb9784846ced73 | |
parent | 9aaff0575d81553b14ffb328feb19ed1a8e331e5 (diff) | |
download | mate-panel-f2f0d36c6e11023f438ec3c1e78f69610b8ee85c.tar.bz2 mate-panel-f2f0d36c6e11023f438ec3c1e78f69610b8ee85c.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 6a9d5972..9bae6ccd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ script: notifications: irc: - if: branch = "1.24" AND + if: (tag OR branch = "1.24") AND repo = "mate-desktop/mate-panel" channels: - "irc.freenode.org#mate-dev" |