diff options
author | Pablo Barciela <[email protected]> | 2020-07-30 20:58:29 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-07-30 20:58:29 +0200 |
commit | a0d28f5a86ebb97b33f2210c6a75b11efd58f796 (patch) | |
tree | 288809b728a501b4bf70db8ef7ba36d093b4e91f | |
parent | 500f5903d26a14a99ef4033fb2b18aa7318df256 (diff) | |
download | mate-themes-a0d28f5a86ebb97b33f2210c6a75b11efd58f796.tar.bz2 mate-themes-a0d28f5a86ebb97b33f2210c6a75b11efd58f796.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 0a653be7..6cba2cc7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ script: notifications: irc: - if: branch = "gtk3.22" AND + if: (tag OR branch = "gtk3.22") AND repo = "mate-desktop/mate-themes" channels: - "irc.freenode.org#mate-dev" |