diff options
author | Pablo Barciela <[email protected]> | 2020-06-29 18:34:26 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-06-29 18:34:26 +0200 |
commit | 25745f811d3f71c7bcdafd50e86129912978514b (patch) | |
tree | bb92c706b269661cabc9296138e686ef98dfcfae | |
parent | 0a6ff8e96b649c4142acd0c7e4d306baed139683 (diff) | |
download | libmatekbd-25745f811d3f71c7bcdafd50e86129912978514b.tar.bz2 libmatekbd-25745f811d3f71c7bcdafd50e86129912978514b.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 96aa1f5..6dadb53 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/libmatekbd channels: - "irc.freenode.org#mate-dev" |