diff options
author | Pablo Barciela <[email protected]> | 2020-06-30 15:27:33 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-06-30 15:27:33 +0200 |
commit | cbe85c61408b6e3647687078a69061044619e932 (patch) | |
tree | 095f4f38a90fef5e497c12992c7645eabb657d21 /.travis.yml | |
parent | 9b750cdc23e5450707f46ca325fbfea65f172e4d (diff) | |
download | marco-cbe85c61408b6e3647687078a69061044619e932.tar.bz2 marco-cbe85c61408b6e3647687078a69061044619e932.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 e700475e..230e747d 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/marco channels: - "irc.freenode.org#mate-dev" |