diff options
author | Pablo Barciela <[email protected]> | 2020-07-04 15:00:46 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-07-04 15:00:46 +0200 |
commit | 0657cd03d2cfbeb09164db42f85bd5d2329919ff (patch) | |
tree | 9e0a9e774fe4c9b37c84babda6fe987cae52ebd7 /.travis.yml | |
parent | 764f6d5f6fd9a0fb93ccec100add316d1a4b6828 (diff) | |
download | mate-control-center-0657cd03d2cfbeb09164db42f85bd5d2329919ff.tar.bz2 mate-control-center-0657cd03d2cfbeb09164db42f85bd5d2329919ff.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 3b6e5416..9a9d8579 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-control-center" channels: - "irc.freenode.org#mate-dev" |