summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-07-19 13:25:39 +0200
committerPablo Barciela <[email protected]>2020-07-19 13:25:39 +0200
commit54e799ecca5990a7e815d263fb7715d23a94d2b4 (patch)
tree0c65461645272d03ac49099981fb2543a2aaef6b
parent8b97fb637eb1ffaea594d885b26bf3619d7941f3 (diff)
downloadmate-notification-daemon-54e799ecca5990a7e815d263fb7715d23a94d2b4.tar.bz2
mate-notification-daemon-54e799ecca5990a7e815d263fb7715d23a94d2b4.tar.xz
Travis CI: enable irc notifications with tagged commits
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f80d514..51b93f4 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-notification-daemon"
channels:
- "irc.freenode.org#mate-dev"