From 508132f268a0518765573edce87e9cb84b929fc2 Mon Sep 17 00:00:00 2001 From: Robin Jarry Date: Wed, 20 Mar 2024 23:36:46 +0100 Subject: [PATCH] gha: adjust Signed-off-by: Robin Jarry --- .github/workflows/ci.yml | 8 ++++++-- README.md | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10b3d37b..1b94e40d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,11 @@ --- name: CI -on: [push, pull_request] +on: + push: + branches: + - main + pull_request: jobs: build: @@ -21,5 +25,5 @@ jobs: numactl-devel \ python3-pyelftools - run: make - - run: make lint - run: make coverage + - run: make lint diff --git a/README.md b/README.md index b07d4f0f..947ed9ea 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# *Boring Router*: a sample router based on DPDK +# Boring Router: a sample router based on DPDK `brouter` stands for *Boring Router*. *Boring* because it should work in all circumstances, without any fuss nor extended configuration/tuning.