diff options
author | Pablo Barciela <[email protected]> | 2020-06-28 00:14:11 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-06-28 00:14:11 +0200 |
commit | 6c4f1443c8f12227cb38ef7592c26c1d95d7a499 (patch) | |
tree | bd2a6f761a2a0a8a8cf9296b37e2e6a0d61f048b | |
parent | 1328d6a9423548af9072408e0a778a6a08525998 (diff) | |
download | engrampa-6c4f1443c8f12227cb38ef7592c26c1d95d7a499.tar.bz2 engrampa-6c4f1443c8f12227cb38ef7592c26c1d95d7a499.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 660af4d..d5db533 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/engrampa channels: - "irc.freenode.org#mate-dev" |