Skip to content

Commit 95aa96a

Browse files
committed
ci: switch to master branch
1 parent 787104e commit 95aa96a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Build
22
on:
33
push:
4-
branches: [ main ]
4+
branches: [ master ]
55
pull_request:
6-
branches: [ main ]
6+
branches: [ master ]
77

88

99
jobs:

.github/workflows/lint.yml

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

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

99
jobs:
1010
format:

0 commit comments

Comments
 (0)