diff options
author | Pablo Barciela <[email protected]> | 2020-07-11 19:38:17 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-07-11 19:38:17 +0200 |
commit | b755fd7fe3c47d670b9ca7c562a9b7711012dd9c (patch) | |
tree | 41466228c23d7fa327b2414121ef05b842529eb0 | |
parent | 5ba75b44b5f846e2e9b9af5e242fec81bd3299ea (diff) | |
download | mate-media-b755fd7fe3c47d670b9ca7c562a9b7711012dd9c.tar.bz2 mate-media-b755fd7fe3c47d670b9ca7c562a9b7711012dd9c.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 e345b84..8e9ca47 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-media" channels: - "irc.freenode.org#mate-dev" |