diff options
author | Pablo Barciela <[email protected]> | 2020-07-11 19:39:16 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-07-11 19:39:16 +0200 |
commit | 0e58dd060f59fba2060e9bb50edd3520a1b0d2fb (patch) | |
tree | 89a035540d8595020b5a66fda9447f532c657077 | |
parent | 6f2ea230f3332f4c59a92e658be4a17cafa6367d (diff) | |
download | mate-menus-0e58dd060f59fba2060e9bb50edd3520a1b0d2fb.tar.bz2 mate-menus-0e58dd060f59fba2060e9bb50edd3520a1b0d2fb.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 be37392..b78f47d 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-menus" channels: - "irc.freenode.org#mate-dev" |