diff options
author | Pablo Barciela <[email protected]> | 2020-07-01 16:52:44 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-07-01 16:52:44 +0200 |
commit | 22c4c6b6b0ef5c6fb54b3fc5f405f82b379cb32f (patch) | |
tree | d9ac0c3f5a3c672083b62d5cf3929dc4e94164e5 /.travis.yml | |
parent | cdf5b01a4657163be3ecdbe46e6a7e2380cfcaee (diff) | |
download | mate-applets-22c4c6b6b0ef5c6fb54b3fc5f405f82b379cb32f.tar.bz2 mate-applets-22c4c6b6b0ef5c6fb54b3fc5f405f82b379cb32f.tar.xz |
Travis CI: enable irc notifications with tagged commits
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index fa74c0ca..917f52e9 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-applets" channels: - "irc.freenode.org#mate-dev" |