diff options
author | Pablo Barciela <[email protected]> | 2020-07-19 13:28:29 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-07-19 13:28:29 +0200 |
commit | a3c1a007dcbe496d4e27f3cc93b428bbc4b54c8f (patch) | |
tree | 0aa11cd5c494dfcab82e7d9d78c02fe4516f5377 /.travis.yml | |
parent | e8a1265b3ab6109d3321b1d25d1f84edc29dd634 (diff) | |
download | mate-panel-a3c1a007dcbe496d4e27f3cc93b428bbc4b54c8f.tar.bz2 mate-panel-a3c1a007dcbe496d4e27f3cc93b428bbc4b54c8f.tar.xz |
Travis CI: enable irc notifications with tagged commits
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index c23569c1..7b5f69dd 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-panel" channels: - "irc.freenode.org#mate-dev" |