Skip to content

ci: restructure master and pr workflows #1

ci: restructure master and pr workflows

ci: restructure master and pr workflows #1

Workflow file for this run

name: Merge Request Workflow
on:
push:
branches-ignore:
- master
pull_request:
workflow_dispatch:
jobs:
build_and_lint:
name: Build and Lint
uses: ./.github/workflows/build.yml
coverage:
name: Code Coverage
if: ${{ ! startsWith(github.ref, 'refs/heads/release-plz-') }}
uses: ./.github/workflows/coverage.yml