Skip to content

Commit 9aac416

Browse files
committed
chore: change default branch to master
1 parent c691907 commit 9aac416

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [ 2.x ]
5+
branches: [ master ]
66
pull_request:
7-
branches: [ 2.x ]
7+
branches: [ master ]
88

99
jobs:
1010
Job:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22

33
on:
44
push:
5-
branches: [ 2.x ]
5+
branches: [ master ]
66

77
permissions:
88
contents: write

0 commit comments

Comments
 (0)