diff options
author | Pablo Barciela <[email protected]> | 2020-07-30 20:56:18 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-07-30 20:56:18 +0200 |
commit | a17d88f49f898ab2ac108dfd0fbfa6f829053ec1 (patch) | |
tree | 4520e05b28cca7f3d268df365db53527c2a673d2 /.travis.yml | |
parent | 971002eda724beb97c5e114b55c23c483fc04e5d (diff) | |
download | mate-themes-a17d88f49f898ab2ac108dfd0fbfa6f829053ec1.tar.bz2 mate-themes-a17d88f49f898ab2ac108dfd0fbfa6f829053ec1.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 5c21497a..39e6d116 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ script: notifications: irc: - if: branch = master AND + if: (tag OR branch = master) AND repo = "mate-desktop/mate-themes" channels: - "irc.freenode.org#mate-dev" |