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: