Skip to content

Commit 8832c91

Browse files
committed
update
1 parent a2a31ef commit 8832c91

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
name: "CI"
1+
name: ci
22

33
on:
44
pull_request:
5-
branches:
6-
- "main"
75
push:
86
branches:
9-
- "main"
7+
- main
108

119
jobs:
1210
check:
@@ -26,7 +24,6 @@ jobs:
2624
command: "check"
2725

2826
test:
29-
name: "Test Suite"
3027
runs-on: "ubuntu-latest"
3128
steps:
3229
- uses: "actions/checkout@v3"

0 commit comments

Comments
 (0)