diff options
author | Pablo Barciela <[email protected]> | 2020-07-24 09:23:43 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-07-24 09:23:43 +0200 |
commit | dbd99d0919e12fdef30cb79b1f6753f0b5f2f5c2 (patch) | |
tree | 5576dfc75333d3c56c36fa49562917a2484499cc | |
parent | cf62c04533490f48cccab22f4c21b2a70ca00577 (diff) | |
download | mate-session-manager-dbd99d0919e12fdef30cb79b1f6753f0b5f2f5c2.tar.bz2 mate-session-manager-dbd99d0919e12fdef30cb79b1f6753f0b5f2f5c2.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 e6a6fd6..26f9df8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ script: notifications: irc: - if: branch = master AND + if: (tag OR branch = master) AND repo = "mate-desktop/mate-session-manager" channels: - "irc.freenode.org#mate-dev" |