diff options
author | Pablo Barciela <[email protected]> | 2020-07-24 09:19:07 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-07-24 09:19:07 +0200 |
commit | 4109abbb4d939b0e6c73b0c3875863a5edaf614c (patch) | |
tree | 1d5228c817495502e64e0f6452e148a78d352525 /.travis.yml | |
parent | fa27d730fa8c5ac55207cea2693e93ab86df8031 (diff) | |
download | mate-screensaver-4109abbb4d939b0e6c73b0c3875863a5edaf614c.tar.bz2 mate-screensaver-4109abbb4d939b0e6c73b0c3875863a5edaf614c.tar.xz |
Travis CI: enable irc notifications with tagged commits
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 46c6791..34d28a1 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-screensaver" channels: - "irc.freenode.org#mate-dev" |