diff options
author | Pablo Barciela <[email protected]> | 2020-06-29 18:33:56 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-06-29 18:33:56 +0200 |
commit | 0981c0026dd10f623765995f94aa21b55d548b65 (patch) | |
tree | 9451ee79b9cb2fa0bbb8dbe6c7f672c57e954da0 | |
parent | f10cf3fd52af4de93e2432505b06389392f7277f (diff) | |
download | libmatemixer-0981c0026dd10f623765995f94aa21b55d548b65.tar.bz2 libmatemixer-0981c0026dd10f623765995f94aa21b55d548b65.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 27c125b..0401a54 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/libmatemixer channels: - "irc.freenode.org#mate-dev" |