Skip to content

Commit e159850

Browse files
ci: TEMPORARY — run on engine-main pushes (dropped before main force-update)
The migrated history cannot open a PR against the stub main (no common ancestor), so CI has no trigger on the proof branch. This commit only adds engine-main to the push triggers; it is NOT part of the final history — main will be force-updated to the parent commit (dc63226).
1 parent dc63226 commit e159850

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-canvas.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- main
8+
- engine-main
89
pull_request:
910
paths:
1011
- ".github/workflows/**"

.github/workflows/check-generated-fbs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ on:
3030
push:
3131
branches:
3232
- main
33+
- engine-main
3334
pull_request:
3435
paths:
3536
- "format/grida.fbs"

.github/workflows/test-crates.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- engine-main
78
pull_request:
89
paths:
910
- ".github/workflows/**"

0 commit comments

Comments
 (0)