diff options
author | Pablo Barciela <[email protected]> | 2020-08-01 00:34:51 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-08-01 00:34:51 +0200 |
commit | f0320e65f247324c59bc53217b663a4e10231258 (patch) | |
tree | 9523b72e75fafdb7d1774f34efdfa1ff53e43469 | |
parent | d125801d0fc4edc264a7ed818fe2526a57bd5e62 (diff) | |
download | mate-user-guide-f0320e65f247324c59bc53217b663a4e10231258.tar.bz2 mate-user-guide-f0320e65f247324c59bc53217b663a4e10231258.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 e687312..00795c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ script: notifications: irc: - if: branch = master AND + if: (tag OR branch = master) AND repo = "mate-desktop/mate-user-guide" channels: - "irc.freenode.org#mate-dev" |