Skip to content

Commit 3194427

Browse files
committed
docs: update branch references from master to main and OTP requirements to 26+
1 parent be18de4 commit 3194427

File tree

9 files changed

+118
-277
lines changed

9 files changed

+118
-277
lines changed

.github/workflows/e2e-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: E2E Tests
55

66
on:
77
push:
8-
branches: [master, 'feature/**', '[0-9][0-9][0-9]-*']
8+
branches: [main, 'feature/**', '[0-9][0-9][0-9]-*']
99
pull_request:
10-
branches: [master]
10+
branches: [main]
1111
workflow_dispatch: # Manual trigger
1212

1313
jobs:

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Lint
33
on:
44
pull_request:
55
branches:
6-
- 'master'
6+
- 'main'
77
push:
88
branches:
9-
- 'master'
9+
- 'main'
1010

1111
jobs:
1212
lint:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Test
33
on:
44
pull_request:
55
branches:
6-
- 'master'
6+
- 'main'
77
push:
88
branches:
9-
- 'master'
9+
- 'main'
1010

1111
jobs:
1212
test:

.specify/memory/constitution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Security requirements below apply according to the operational mode in use.
191191
- Lint: OTP 23, 24, 25, 26, 27
192192
- Test: OTP 23, 25, 27 (subset for faster feedback)
193193

194-
**MUST**: CI failures MUST block merging to master branch.
194+
**MUST**: CI failures MUST block merging to main branch.
195195

196196
## Performance Standards
197197

0 commit comments

Comments
 (0)