diff options
author | Pablo Barciela <[email protected]> | 2020-06-30 15:25:36 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-06-30 15:25:36 +0200 |
commit | 2ee8aa79f66428556119776796807c82caa30528 (patch) | |
tree | 6fcd4c4300b2573d4f584c7eb861c0854cc391f8 | |
parent | e252e96dd8ba373033100a73cc480835ffc6b6ab (diff) | |
download | marco-2ee8aa79f66428556119776796807c82caa30528.tar.bz2 marco-2ee8aa79f66428556119776796807c82caa30528.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 65f4ac0e..9674bf22 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/marco channels: - "irc.freenode.org#mate-dev" |