diff options
author | Pablo Barciela <[email protected]> | 2020-06-29 18:35:32 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-06-29 18:35:32 +0200 |
commit | 24744e94dbbfa01c2813430a839ff20a7a6a8d20 (patch) | |
tree | 19654bcb7ee7ef6e9b1d2101550b1fee410ad208 | |
parent | 5b00e6a9b7c4eb61b84e7bcef910a9d6494b388d (diff) | |
download | libmatemixer-24744e94dbbfa01c2813430a839ff20a7a6a8d20.tar.bz2 libmatemixer-24744e94dbbfa01c2813430a839ff20a7a6a8d20.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 a52dca5..ffebb66 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/libmatemixer channels: - "irc.freenode.org#mate-dev" |