Skip to content

Update maintainers in README.md #7

Update maintainers in README.md

Update maintainers in README.md #7

Workflow file for this run

name: vHive build tests
on:
push:
branches: [ main, legacy-firecracker-v0.24.0-with-upf-support ]
paths:
- 'docs/**'
- '**.md'
pull_request:
branches: [ main, legacy-firecracker-v0.24.0-with-upf-support ]
paths:
- 'docs/**'
- '**.md'
workflow_dispatch:
env:
GOOS: linux
GO111MODULE: on
jobs:
build:
name: Build and check code quality
runs-on: ubuntu-20.04
steps:
- run: 'echo "This check not required"'