Commit 3de4ce1
authored
## Summary
Backport of #2117 to `release/v0.9.x`: switch the workflow branch
filters from hardcoded release names to a `release/**` glob so CI
actually runs on PRs targeting this release branch.
Cherry-pick of `83c8ae96` (`-x` provenance recorded).
## Why this is needed on the release branch
Workflow `branches` filters are per-branch. `release/v0.9.x`'s copies
still read `[main, release/v0.7.x]` (or `[main]`), so PRs targeting
`release/v0.9.x` trigger no CI — only branch-agnostic checks
(DCO/labelers/snyk) run. The `main` fix in #2117 does not affect this
branch on its own; existing release branches carry their own filters and
must have the change backported.
## Changes
`branches` filters updated to `[main, "release/**"]`:
- `ci.yaml` — push + pull_request
- `ui-chromatic.yaml` — push + pull_request
- `migration-immutability.yaml` — pull_request
- `sqlc-generate-check.yaml` — pull_request
Trigger filters only; no job logic changed. The glob still matches
`release/v0.7.x`, so nothing that ran before stops.
Signed-off-by: Jeremy Alvis <jeremy.alvis@solo.io>
1 parent 79cab39 commit 3de4ce1
4 files changed
Lines changed: 6 additions & 6 deletions
File tree
- .github/workflows
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments