Skip to content

Commit

Permalink
Run CI on all release branches (#8565)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Stypox authored Jul 1, 2022
1 parent d5985be commit 45d2492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- dev
- master
- release/**
- release**
paths-ignore:
- 'README.md'
- 'doc/**'
Expand Down

0 comments on commit 45d2492

Please sign in to comment.