Skip to content

Commit

Permalink
gha: adjust
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Jarry <rjarry@redhat.com>
  • Loading branch information
rjarry committed Mar 20, 2024
1 parent 6dbef5f commit 508132f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
---
name: CI

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:

jobs:
build:
Expand All @@ -21,5 +25,5 @@ jobs:
numactl-devel \
python3-pyelftools
- run: make
- run: make lint
- run: make coverage
- run: make lint
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 508132f

Please sign in to comment.