diff options
author | Pablo Barciela <[email protected]> | 2020-07-24 09:21:08 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-07-24 09:21:08 +0200 |
commit | 26652a909817beaeff3adea8455c0cf67e893dce (patch) | |
tree | e377ec2f2df0b9c43f85b9f5b46239a3c5080961 | |
parent | 04fad7d97ebb5be18ba269b8f5d187dd9ab219e3 (diff) | |
download | mate-power-manager-26652a909817beaeff3adea8455c0cf67e893dce.tar.bz2 mate-power-manager-26652a909817beaeff3adea8455c0cf67e893dce.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 aee4eb9..794ae13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ script: notifications: irc: - if: branch = "1.24" AND + if: (tag OR branch = "1.24") AND repo = "mate-desktop/mate-power-manager" channels: - "irc.freenode.org#mate-dev" |