diff options
author | Pablo Barciela <[email protected]> | 2020-07-06 01:53:44 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-07-06 01:53:44 +0200 |
commit | 418dae76ea9e5387ddb9ae3bb751604b7fa55539 (patch) | |
tree | 72f11e6d5220ea892ab1beed3004e44acab9ed4f | |
parent | 741c50ee9687b7614c4f6ab4b99935f411d6aed9 (diff) | |
download | mate-indicator-applet-418dae76ea9e5387ddb9ae3bb751604b7fa55539.tar.bz2 mate-indicator-applet-418dae76ea9e5387ddb9ae3bb751604b7fa55539.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 772fd9b..89f330c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ script: notifications: irc: - if: branch = master AND + if: (tag OR branch = master) AND repo = "mate-desktop/mate-indicator-applet" channels: - "irc.freenode.org#mate-dev" |