diff options
author | Pablo Barciela <[email protected]> | 2020-08-01 00:37:09 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-08-01 00:37:09 +0200 |
commit | 222afc5b68f3412048f128fb4866bc6e9cf2d759 (patch) | |
tree | 50618725792eaa794150c2128bea5e32561f2c59 | |
parent | 02eb28fc754bad88ba7365ff21b834e543f82ad7 (diff) | |
download | mate-user-share-222afc5b68f3412048f128fb4866bc6e9cf2d759.tar.bz2 mate-user-share-222afc5b68f3412048f128fb4866bc6e9cf2d759.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 fbbb9a6..077a504 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ script: notifications: irc: - if: branch = "1.24" AND + if: (tag OR branch = "1.24") AND repo = "mate-desktop/mate-user-share" channels: - "irc.freenode.org#mate-dev" |