Skip to content

Commit 3064b81

Browse files
committed
ci: run phase checks on feature branches
1 parent 124ae9e commit 3064b81

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [main, master]
5+
# Phase-gated feature branches must receive the same remote validation as
6+
# the protected integration branches before their next stage can begin.
7+
branches: ["**"]
68
pull_request:
79
branches: [main, master]
810

0 commit comments

Comments
 (0)