diff options
author | Pablo Barciela <[email protected]> | 2020-07-19 13:28:08 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-07-19 13:28:08 +0200 |
commit | 7b8c61fa47df1be9c73ac6fc51f1d04687ab1c7f (patch) | |
tree | 62a3ff3360f0f2c005680fb3f946f5b4c9b2d661 /.travis.yml | |
parent | 886dfb0e66d6ef9d422ce39c56d122cce520ac73 (diff) | |
download | mate-polkit-7b8c61fa47df1be9c73ac6fc51f1d04687ab1c7f.tar.bz2 mate-polkit-7b8c61fa47df1be9c73ac6fc51f1d04687ab1c7f.tar.xz |
Travis CI: enable irc notifications with tagged commits
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index c9519a9..1595a36 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-polkit" channels: - "irc.freenode.org#mate-dev" |