diff options
author | Pablo Barciela <[email protected]> | 2020-07-04 15:02:42 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-07-04 15:02:42 +0200 |
commit | 398aea8480f78ca758e944f6fc5d5df012d14ec4 (patch) | |
tree | e2a4134bafc97a34f75885e9daab75c9bb628c1a | |
parent | 7b5070e90799e73f189849ae6bc8ba2f6b13971c (diff) | |
download | mate-desktop-398aea8480f78ca758e944f6fc5d5df012d14ec4.tar.bz2 mate-desktop-398aea8480f78ca758e944f6fc5d5df012d14ec4.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 6f24df7..726b42f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ script: notifications: irc: - if: branch = "1.24" AND + if: (tag OR branch = "1.24") AND repo = "mate-desktop/mate-desktop" channels: - "irc.freenode.org#mate-dev" |