mirror of https://github.com/apache/druid.git
restrict travis builds to main and release branches (#11349)
This commit is contained in:
parent
be10a236d5
commit
8f4662d05a
|
@ -13,6 +13,11 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- /^\d+\.\d+\.\d+(-\S*)?$/ # release branches
|
||||
|
||||
language: java
|
||||
|
||||
dist: xenial
|
||||
|
|
Loading…
Reference in New Issue