Skip to content

Commit 69873a5

Browse files
committed
ci: update
1 parent 03499f6 commit 69873a5

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: CI Build
22
on:
33
pull_request:
44
push:
5-
branches:
6-
- master
5+
branches: [main]
76

87
jobs:
98
build:

.github/workflows/lint.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: CI Lint
2-
on: [pull_request]
2+
on:
3+
pull_request:
4+
push:
5+
branches: [main]
36

47
jobs:
58
lint:

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: CI Test
22
on:
33
pull_request:
44
push:
5-
branches:
6-
- master
5+
branches: [main]
76

87
jobs:
98
test:

0 commit comments

Comments
 (0)