diff options
author | Pablo Barciela <[email protected]> | 2020-07-24 09:19:34 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-07-24 09:19:34 +0200 |
commit | 2b1255cb5a3b3bb10e04c29f8aaaad05b1359b27 (patch) | |
tree | d2cd807a895cae131875ad7bf52eace05e27c4a8 | |
parent | a6971bf4320208bb261d6521493431f542e36c7d (diff) | |
download | mate-power-manager-2b1255cb5a3b3bb10e04c29f8aaaad05b1359b27.tar.bz2 mate-power-manager-2b1255cb5a3b3bb10e04c29f8aaaad05b1359b27.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 b71bd53..78769ab 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-power-manager" channels: - "irc.freenode.org#mate-dev" |