diff options
author | Pablo Barciela <[email protected]> | 2020-06-26 12:07:20 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-06-26 12:07:20 +0200 |
commit | fa595eb58ca65cef50ba0aec501fd8362fde1cda (patch) | |
tree | 8ae2a4b5ae84ed7b699d7c98b9263ecfd131fa1a | |
parent | 7647d5738f1de36ac2d95bcce48abbf60f43d8f8 (diff) | |
download | atril-fa595eb58ca65cef50ba0aec501fd8362fde1cda.tar.bz2 atril-fa595eb58ca65cef50ba0aec501fd8362fde1cda.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 d6779e87..1f0e1c1a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ script: notifications: irc: - if: branch = master AND + if: (tag OR branch = master) AND repo = mate-desktop/atril channels: - "irc.freenode.org#mate-dev" |