Skip to content

Commit 5bdc8a2

Browse files
committed
build: update default branch to main
Signed-off-by: Amine Benseddik <[email protected]>
1 parent c784c22 commit 5bdc8a2

File tree

5 files changed

+215
-376
lines changed

5 files changed

+215
-376
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22

33
on:
44
pull_request:
5-
branches: [master, next]
5+
branches: [main, next]
66

77
jobs:
88
build:

.github/workflows/codeql-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: 'CodeQL'
22

33
on:
44
push:
5-
branches: [master, next-*]
5+
branches: [main, next-*]
66
pull_request:
7-
branches: [master]
7+
branches: [main]
88
schedule:
99
- cron: '34 5 * * 1'
1010

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish release
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
- next
88

99
jobs:
@@ -22,7 +22,7 @@ jobs:
2222
node-version: 22
2323

2424
- name: Install dependencies
25-
run: npm ci --no-optional
25+
run: npm ci --omit=optional
2626

2727
- name: Run linter
2828
run: npm run lint

0 commit comments

Comments
 (0)