diff options
author | Pablo Barciela <[email protected]> | 2020-07-24 09:24:23 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-07-24 09:24:23 +0200 |
commit | 5eab9b4929cbe5c0c4165078f0ba0930ea1d3088 (patch) | |
tree | 170809087e9b52793c2776a16cd1eccdda9a95eb | |
parent | 6c1f7cf08ab7374b9baf4d8bfe0aa30f9cba81c6 (diff) | |
download | mate-sensors-applet-5eab9b4929cbe5c0c4165078f0ba0930ea1d3088.tar.bz2 mate-sensors-applet-5eab9b4929cbe5c0c4165078f0ba0930ea1d3088.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 56990dd..e7e7ea3 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-sensors-applet" channels: - "irc.freenode.org#mate-dev" |