Commit 7f6cb51
committed
Fix CI/E2E workflows to only run on main branch pushes
Changes:
- CI and E2E workflows now only trigger on push to main branch
- Claude/* feature branches tested via pull requests only
- Saves CI minutes and prevents redundant workflow runs
- Consistent trigger pattern across all workflows
Workflow triggers:
- Push to main: ✓ (production validation)
- Pull requests to main: ✓ (feature testing)
- Push to claude/*: ✗ (tested via PR instead)1 parent f3247cc commit 7f6cb51
2 files changed
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
6 | 7 | | |
7 | | - | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
6 | 7 | | |
7 | | - | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
0 commit comments