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:
parent
d5985be94a
commit
45d2492bcb
|
@ -6,7 +6,7 @@ on:
|
|||
branches:
|
||||
- dev
|
||||
- master
|
||||
- release/**
|
||||
- release**
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
- 'doc/**'
|
||||
|
|
Loading…
Reference in New Issue