diff options
author | Pablo Barciela <[email protected]> | 2020-08-01 00:35:44 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-08-01 00:35:44 +0200 |
commit | 3fd04c35acf73d9c823d62f8e948ac1fbffab4e5 (patch) | |
tree | 6f7c8f14a00a090e93cf0ff5fe0e7856b958894e | |
parent | ceeb6e4bfa0863469235536bc98c6673059e54c0 (diff) | |
download | mate-user-share-3fd04c35acf73d9c823d62f8e948ac1fbffab4e5.tar.bz2 mate-user-share-3fd04c35acf73d9c823d62f8e948ac1fbffab4e5.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 ad191fb..4b8626f 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-user-share" channels: - "irc.freenode.org#mate-dev" |