Skip to content

Set version property #95

Set version property

Set version property #95

Workflow file for this run

name: "Pre-Integration"
on:
workflow_dispatch:
push:
paths-ignore:
- "**/*"
- "!**/*.cs"
- "!**/*.csproj"
- "!.github/workflows/pre-integration.yml"
- "!.github/workflows/pre-integration-template.yml"
branches:
- "*"
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
stable:
uses: ./.github/workflows/pre-integration-template.yml
preview:
uses: ./.github/workflows/pre-integration-template.yml
with:
constants: 'PREVIEW'