diff options
author | Pablo Barciela <[email protected]> | 2020-07-19 13:23:37 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-07-19 13:23:37 +0200 |
commit | 95bbd09038fddb989e8d742f4158a8e6150aabe5 (patch) | |
tree | 5b98137f91d35217256bc3e76dcca0995fe7f97c | |
parent | 887ea09e2bc7f53eab02146d1c10e50e9091d7d2 (diff) | |
download | mate-netbook-95bbd09038fddb989e8d742f4158a8e6150aabe5.tar.bz2 mate-netbook-95bbd09038fddb989e8d742f4158a8e6150aabe5.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 97cbc8b..8b7d091 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-netbook" channels: - "irc.freenode.org#mate-dev" |