diff options
author | Pablo Barciela <[email protected]> | 2020-07-06 01:54:15 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-07-06 01:54:15 +0200 |
commit | 463802abb4aea6b69d65cedfda0af8aa9e4fa8f2 (patch) | |
tree | 86fc685796045bbbb99b622fbb59c95d0c5dc790 /.travis.yml | |
parent | 593b373f344036d049be4f8e39d0e00e032d5d3e (diff) | |
download | mate-icon-theme-463802abb4aea6b69d65cedfda0af8aa9e4fa8f2.tar.bz2 mate-icon-theme-463802abb4aea6b69d65cedfda0af8aa9e4fa8f2.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 5c3ded3..6b8971d 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-icon-theme" channels: - "irc.freenode.org#mate-dev" |