Skip to content

update github action and readme for v4 #6

update github action and readme for v4

update github action and readme for v4 #6

Workflow file for this run

name: CI
on:
push:
branches:
- 'v4'
pull_request:
branches:
- 'v4'
concurrency:
group: ci-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
strategy:
matrix:
centos_release: [ "7", "8" ]
uses: ./.github/workflows/build_rpm.yml
with:
centos_release: ${{ matrix.centos_release }}