diff --git a/.appveyor.yml b/.appveyor.yml index 5b68599e..e25d3e74 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 699c60af..7d9a5e46 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ branches: # Build pull requests. - master # Build post braches - - /^z_post_.*$/ + - /^post-.*$/ cache: directories: