diff options
author | Pablo Barciela <[email protected]> | 2020-07-28 01:47:26 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-07-28 01:47:26 +0200 |
commit | 372c9903f7c8518eae842077bb7006f75fc27dfe (patch) | |
tree | 705bdb423da017e7c99677b29a770278cf66ee1f | |
parent | 660e7bb17310d4c35296ac227414bee28d3159ac (diff) | |
download | mate-settings-daemon-372c9903f7c8518eae842077bb7006f75fc27dfe.tar.bz2 mate-settings-daemon-372c9903f7c8518eae842077bb7006f75fc27dfe.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 92207e2..410a44c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ script: notifications: irc: - if: branch = master AND + if: (tag OR branch = master) AND repo = "mate-desktop/mate-settings-daemon" channels: - "irc.freenode.org#mate-dev" |