diff options
| author | Pablo Barciela <[email protected]> | 2020-07-02 17:16:37 +0200 |
|---|---|---|
| committer | Pablo Barciela <[email protected]> | 2020-07-02 17:16:37 +0200 |
| commit | c6b8d2378bb2d97a2f515d8b97b8527251b1288e (patch) | |
| tree | 2430352ec51be58d13411c70178d87be42ba8442 | |
| parent | 27c919ec63be2d4af5490972d961355966a36f44 (diff) | |
| download | mate-common-c6b8d2378bb2d97a2f515d8b97b8527251b1288e.tar.bz2 mate-common-c6b8d2378bb2d97a2f515d8b97b8527251b1288e.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 62d30a1..24ee0b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ script: notifications: irc: - if: branch = master AND + if: (tag OR branch = master) AND repo = "mate-desktop/mate-common" channels: - "irc.freenode.org#mate-dev" |
