diff options
author | Pablo Barciela <[email protected]> | 2020-07-24 09:20:40 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-07-24 09:20:40 +0200 |
commit | 55d7ebc12d9bb0fe2664c47a8d52382c212cdcc0 (patch) | |
tree | 7a6d256d0cafd6e5b4c90bcd12bc39900cd9549d | |
parent | 2b4413e3d62ee437a4b596104db47e24bb7c1138 (diff) | |
download | mate-screensaver-55d7ebc12d9bb0fe2664c47a8d52382c212cdcc0.tar.bz2 mate-screensaver-55d7ebc12d9bb0fe2664c47a8d52382c212cdcc0.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 5cb7d7a..231c92e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ script: notifications: irc: - if: branch = "1.24" AND + if: (tag OR branch = "1.24") AND repo = "mate-desktop/mate-screensaver" channels: - "irc.freenode.org#mate-dev" |