diff options
author | Pablo Barciela <[email protected]> | 2020-07-02 17:17:12 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-07-02 17:17:12 +0200 |
commit | cc74a003e3f1ac659d84737e3501e60557562a7f (patch) | |
tree | 79b336cffecdad17e6273ad1401ff3c5bfd6833d | |
parent | b15e205d59acef7ea675764fff82143a0084fae6 (diff) | |
download | mate-calc-cc74a003e3f1ac659d84737e3501e60557562a7f.tar.bz2 mate-calc-cc74a003e3f1ac659d84737e3501e60557562a7f.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 6c2c53c..f84afcb 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-calc" channels: - "irc.freenode.org#mate-dev" |