diff --git a/.travis.yml b/.travis.yml index 4754ec533e..36af7b7c0e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ branches: only: - master - develop + # Release branches, otherwise they cannot be merged into protected master + - /^release.*/ # Version tags - /^v\d+\.\d+(\.\d+)?(-\S*)?$/