diff options
author | Pablo Barciela <[email protected]> | 2020-07-04 15:01:15 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-07-04 15:01:15 +0200 |
commit | da7e88c214b3f57a0c04ad16c9b08f58540ee90f (patch) | |
tree | 69ec74fc6430c3db0e00937f7a486330b6e427a7 | |
parent | b6482329f9795ea3a4268c137b8420252fefa1d6 (diff) | |
download | mate-desktop-da7e88c214b3f57a0c04ad16c9b08f58540ee90f.tar.bz2 mate-desktop-da7e88c214b3f57a0c04ad16c9b08f58540ee90f.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 0c56036..e268d8d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ script: notifications: irc: - if: branch = master AND + if: (tag OR branch = master) AND repo = "mate-desktop/mate-desktop" channels: - "irc.freenode.org#mate-dev" |