diff options
author | Pablo Barciela <[email protected]> | 2020-07-11 19:37:56 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-07-11 19:37:56 +0200 |
commit | 82fe5938a3c273519279d733042f5f09adad6145 (patch) | |
tree | 218ce17f08a8b9d821af1d3cb1c8337099665182 /.travis.yml | |
parent | 77f2a13f335de8671039c79d20b86f5c484887e0 (diff) | |
download | mate-menus-82fe5938a3c273519279d733042f5f09adad6145.tar.bz2 mate-menus-82fe5938a3c273519279d733042f5f09adad6145.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 5efb6b7..74d11b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ script: notifications: irc: - if: branch = master AND + if: (tag OR branch = master) AND repo = "mate-desktop/mate-menus" channels: - "irc.freenode.org#mate-dev" |