Skip to content

Replace workflow-gen with reusable workflow templates and Bullseye build scripts #1104

Replace workflow-gen with reusable workflow templates and Bullseye build scripts

Replace workflow-gen with reusable workflow templates and Bullseye build scripts #1104

name: identity-model/ci
on:
workflow_dispatch:
push:
branches:
- main
- release-*
paths:
- .config/dotnet-tools.json
- .github/BuildHelpers/**
- .github/workflows/identity-model-ci.yml
- .github/workflows/ci-template.yml
- identity-model/**
- .editorconfig
- Directory.Packages.props
- global.json
- src.props
- test.props
pull_request:
paths:
- .config/dotnet-tools.json
- .github/BuildHelpers/**
- .github/workflows/identity-model-ci.yml
- .github/workflows/ci-template.yml
- identity-model/**
- .editorconfig
- Directory.Packages.props
- global.json
- src.props
- test.props
jobs:
build:
uses: ./.github/workflows/ci-template.yml
with:
product: identity-model
test-targets: '["test"]'
os-matrix: '["ubuntu-latest","windows-latest"]'