1 parent 124ae9e commit 3064b81Copy full SHA for 3064b81
1 file changed
.github/workflows/ci.yml
@@ -2,7 +2,9 @@ name: CI
2
3
on:
4
push:
5
- branches: [main, master]
+ # Phase-gated feature branches must receive the same remote validation as
6
+ # the protected integration branches before their next stage can begin.
7
+ branches: ["**"]
8
pull_request:
9
branches: [main, master]
10
0 commit comments