From db4fd1ce1d0b905615aba45d50aaea854eef2569 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 27 Jan 2019 16:13:22 +0100 Subject: [PATCH] Rename z_post_* braches to post-* --- .appveyor.yml | 2 +- .travis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index cd9de0e3..e46b9d6b 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -3,7 +3,7 @@ branches: - staging - trying - master - - /z_post_*/ + - /post-.*/ # Appveyor configuration template for Rust using rustup for Rust installation # https://github.com/starkat99/appveyor-rust diff --git a/.travis.yml b/.travis.yml index 7b23b61e..09f8f021 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ branches: # Build pull requests. - master # Build post braches - - /^z_post_.*$/ + - /^post-.*$/ cache: directories: