diff options
author | Pablo Barciela <[email protected]> | 2020-08-01 00:36:49 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-08-01 00:36:49 +0200 |
commit | b542c0abfd1be88b2efe29ec7d7c348cae9017f7 (patch) | |
tree | 1ab61562e497db187779ab7ebd13cec7b883c057 | |
parent | c05b8514a144ae5a083ed03cbd03dce632e37d3b (diff) | |
download | mate-user-guide-b542c0abfd1be88b2efe29ec7d7c348cae9017f7.tar.bz2 mate-user-guide-b542c0abfd1be88b2efe29ec7d7c348cae9017f7.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 44e7e05..5b4a7ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ script: notifications: irc: - if: branch = "1.24" AND + if: (tag OR branch = "1.24") AND repo = "mate-desktop/mate-user-guide" channels: - "irc.freenode.org#mate-dev" |