diff options
author | Pablo Barciela <[email protected]> | 2020-06-28 00:13:40 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-06-28 00:13:40 +0200 |
commit | 104289928083f216b008797539501804210ad169 (patch) | |
tree | 913e774f6812e88ecc20deb537cf1eb67ff55251 | |
parent | abf32fa6e9f8aea2b35b4ec8499c26a2633b6a28 (diff) | |
download | eom-104289928083f216b008797539501804210ad169.tar.bz2 eom-104289928083f216b008797539501804210ad169.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 de4e40f..2187ca8 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/eom channels: - "irc.freenode.org#mate-dev" |