From 7e31a67d81dc97dcfe4b415e52d5466222d3cd1f Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Tue, 17 Sep 2019 15:31:13 -0700 Subject: [PATCH] Ignore release branches that exist only for gitbook --- .appveyor.yml | 2 +- .travis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index babf846e7..4331c9ce4 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -3,7 +3,7 @@ version: '{build}' branches: only: - master - - /^v[0-9.]+/ + - /^v[0-9.]+\.[0-9.]+/ cache: - '%USERPROFILE%\.cargo' diff --git a/.travis.yml b/.travis.yml index eee75e504..a26bc0da5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ script: branches: only: - master - - /^v\d+\.\d+(\.\d+)?(-\S*)?$/ + - /^v\d+\.\d+$/ notifications: slack: