From 45d2492bcb16eb36069f181985c5520d235284fd Mon Sep 17 00:00:00 2001 From: Stypox Date: Fri, 1 Jul 2022 23:08:44 +0200 Subject: [PATCH] Run CI on all release branches (#8565) We don't seem to agree on which character to use as a separator between `release` and `X.X.X` in release branch names (e.g. `release-0.23.1` or `release/0.23.0`). All those names start with `release`, though, so let's use that to identify releases. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 306b8c2c8..2448e0add 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: branches: - dev - master - - release/** + - release** paths-ignore: - 'README.md' - 'doc/**'