diff options
author | Pablo Barciela <[email protected]> | 2020-07-01 16:52:25 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-07-01 16:52:25 +0200 |
commit | cf93cc50a236d2f2a896927bbf1804d9fa0922ac (patch) | |
tree | a7dee9b0135641c61a921c3e1a53e65f3082202a | |
parent | e922dd7225a371c3b9c23815c435673a76856d2a (diff) | |
download | mate-backgrounds-cf93cc50a236d2f2a896927bbf1804d9fa0922ac.tar.bz2 mate-backgrounds-cf93cc50a236d2f2a896927bbf1804d9fa0922ac.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 5f078fe..298add0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ script: notifications: irc: - if: branch = "1.24" AND + if: (tag OR branch = "1.24") AND repo = "mate-desktop/mate-backgrounds" channels: - "irc.freenode.org#mate-dev" |