diff options
author | Pablo Barciela <[email protected]> | 2020-07-01 16:50:45 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-07-01 16:50:45 +0200 |
commit | b8a61b79b1f5a17cf7b2053238239bbab937d3bf (patch) | |
tree | 2ed611b8202d72b13d0d78eac13fd64cbeec1370 /.travis.yml | |
parent | 59110517eee51f8b6d327eb4588d207af8575b8b (diff) | |
download | mate-backgrounds-b8a61b79b1f5a17cf7b2053238239bbab937d3bf.tar.bz2 mate-backgrounds-b8a61b79b1f5a17cf7b2053238239bbab937d3bf.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 a80457f..003f55b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ script: notifications: irc: - if: branch = master AND + if: (tag OR branch = master) AND repo = "mate-desktop/mate-backgrounds" channels: - "irc.freenode.org#mate-dev" |