Commit d5f878d
committed
fix(workflows): fixed feature branch pattern matching
Updated branch pattern syntax in feature-test workflow from `feature-*` to `feature/*`.
The glob pattern `feature-*` does not match branch naming conventions like `feature/branch-name`.
Changed both push and pull_request triggers to use correct pattern `feature/*` for proper branch matching.1 parent 158d141 commit d5f878d
1 file changed
Lines changed: 2 additions & 2 deletions
| 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 | | |
| |||
0 commit comments