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.
This commit is contained in:
Stypox 2022-07-01 23:08:44 +02:00 committed by GitHub
parent d5985be94a
commit 45d2492bcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ on:
branches: branches:
- dev - dev
- master - master
- release/** - release**
paths-ignore: paths-ignore:
- 'README.md' - 'README.md'
- 'doc/**' - 'doc/**'