diff options
author | Pablo Barciela <[email protected]> | 2020-07-06 01:55:43 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-07-06 01:55:43 +0200 |
commit | 53f57c28964e5ca8144b1216cbdf8e86deb236bd (patch) | |
tree | 16a6f9d16707d61df8a11eba40e4e89ef6266dd1 | |
parent | 8e18badc6c091c40fa6db975acf8103e883f176b (diff) | |
download | mate-icon-theme-53f57c28964e5ca8144b1216cbdf8e86deb236bd.tar.bz2 mate-icon-theme-53f57c28964e5ca8144b1216cbdf8e86deb236bd.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 1598fb8..1e66510 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-icon-theme" channels: - "irc.freenode.org#mate-dev" |