Skip to content

Commit cbc5e5c

Browse files
authored
Update ci.yml
1 parent a70a6a5 commit cbc5e5c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

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

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

99
jobs:
1010
format-check:
@@ -42,4 +42,4 @@ jobs:
4242
4343
- name: Run tests
4444
run: |
45-
make test
45+
make test

0 commit comments

Comments
 (0)