Commit 81a9072
committed
chore(ci): Update workflows to target main branch only
- Remove aot_monorepo_compat from workflow triggers
- Simplify branch targeting for all CI/CD workflows
- Maintain workflow_dispatch for manual triggers
WORKFLOWS UPDATED:
- dart.yml: CI runs on main branch only
- enhance-release-pr.yml: Enhance PRs to main only
- release-please.yml: Release automation on main only
REASON:
- Aligns with standard git workflow (feature branches → main)
- aot_monorepo_compat will merge to main via PR #8
- Reduces workflow complexity and CI noise1 parent e9d5789 commit 81a9072
File tree
3 files changed
+3
-5
lines changed- .github/workflows
3 files changed
+3
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
0 commit comments