Skip to content

Commit 508132f

Browse files
committed
gha: adjust
Signed-off-by: Robin Jarry <[email protected]>
1 parent 6dbef5f commit 508132f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/ci.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
---
44
name: CI
55

6-
on: [push, pull_request]
6+
on:
7+
push:
8+
branches:
9+
- main
10+
pull_request:
711

812
jobs:
913
build:
@@ -21,5 +25,5 @@ jobs:
2125
numactl-devel \
2226
python3-pyelftools
2327
- run: make
24-
- run: make lint
2528
- run: make coverage
29+
- run: make lint

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# *Boring Router*: a sample router based on DPDK
1+
# Boring Router: a sample router based on DPDK
22

33
`brouter` stands for *Boring Router*. *Boring* because it should work in all
44
circumstances, without any fuss nor extended configuration/tuning.

0 commit comments

Comments
 (0)