diff options
author | Pablo Barciela <[email protected]> | 2020-07-28 01:49:01 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-07-28 01:49:01 +0200 |
commit | ebffe74a3d9d711f4df6bd8a75201240bec73bf1 (patch) | |
tree | f6e29ea7b97ea089827e6d93e1c401d6c400fd07 | |
parent | e229bce9097a4dbff7d3fbac412112d9eae5abd5 (diff) | |
download | mate-system-monitor-ebffe74a3d9d711f4df6bd8a75201240bec73bf1.tar.bz2 mate-system-monitor-ebffe74a3d9d711f4df6bd8a75201240bec73bf1.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 6786469..723d713 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-system-monitor" channels: - "irc.freenode.org#mate-dev" |