Skip to content

Commit 4c82bab

Browse files
committed
ci: update branch name from develop to main πŸ‘·β€β™‚οΈ
1 parent 4e83139 commit 4c82bab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: β€Ž.github/workflows/ci.yml

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

33
on:
44
push:
5-
branches: [develop]
5+
branches: [main]
66
pull_request:
7-
branches: [develop]
7+
branches: [main]
88

99
jobs:
1010
build:

Diff for: β€Ž.github/workflows/docs.yml

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

33
on:
44
push:
5-
branches: [develop]
5+
branches: [main]
66
paths:
77
- 'docs/**'
88
- package.json

0 commit comments

Comments
Β (0)