We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dbef5f commit 508132fCopy full SHA for 508132f
.github/workflows/ci.yml
@@ -3,7 +3,11 @@
3
---
4
name: CI
5
6
-on: [push, pull_request]
+on:
7
+ push:
8
+ branches:
9
+ - main
10
+ pull_request:
11
12
jobs:
13
build:
@@ -21,5 +25,5 @@ jobs:
21
25
numactl-devel \
22
26
python3-pyelftools
23
27
- run: make
24
- - run: make lint
28
- run: make coverage
29
+ - run: make lint
README.md
@@ -1,4 +1,4 @@
1
-# *Boring Router*: a sample router based on DPDK
+# Boring Router: a sample router based on DPDK
2
`brouter` stands for *Boring Router*. *Boring* because it should work in all
circumstances, without any fuss nor extended configuration/tuning.
0 commit comments