diff options
author | Pablo Barciela <[email protected]> | 2020-07-06 01:55:22 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-07-06 01:55:22 +0200 |
commit | 3105e272ce2916f11ea4e8a70c5fb2507ed081c0 (patch) | |
tree | 74b830ec2a4718d9add84f2a172356ffdaa6370b | |
parent | 9af347969c0abcaca5a81b01da80d9fa5c2737aa (diff) | |
download | mate-indicator-applet-3105e272ce2916f11ea4e8a70c5fb2507ed081c0.tar.bz2 mate-indicator-applet-3105e272ce2916f11ea4e8a70c5fb2507ed081c0.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 7f16c67..cd6cff3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ script: notifications: irc: - if: branch = "1.24" AND + if: (tag OR branch = "1.24") AND repo = "mate-desktop/mate-indicator-applet" channels: - "irc.freenode.org#mate-dev" |