Skip to content

Add CPM

Add CPM #471

name: HealthChecks Hangfire CI
on:
workflow_dispatch:
push:
branches: [ master ]
paths:
- src/HealthChecks.Hangfire/**
- test/HealthChecks.Hangfire.Tests/**
- test/_SHARED/**
- .github/workflows/healthchecks_hangfire_ci.yml
- .github/workflows/reusable_ci_workflow.yml
- Directory.Build.props
- Directory.Build.targets
tags-ignore:
- release-*
- preview-*
pull_request:
branches: [ master ]
paths:
- src/HealthChecks.Hangfire/**
- test/HealthChecks.Hangfire.Tests/**
- test/_SHARED/**
- .github/workflows/healthchecks_hangfire_ci.yml
- .github/workflows/reusable_ci_workflow.yml
- Directory.Build.props
- Directory.Build.targets
jobs:
build:
uses: ./.github/workflows/reusable_ci_workflow.yml
with:
PROJECT_PATH: ./src/HealthChecks.Hangfire/HealthChecks.Hangfire.csproj
TEST_PROJECT_PATH: ./test/HealthChecks.Hangfire.Tests/HealthChecks.Hangfire.Tests.csproj
CODECOV_FLAGS: Hangfire