Skip to content

Bump Spectre.Console from 0.49.2-preview.0.70 to 0.49.2-preview.0.71 #69

Bump Spectre.Console from 0.49.2-preview.0.70 to 0.49.2-preview.0.71

Bump Spectre.Console from 0.49.2-preview.0.70 to 0.49.2-preview.0.71 #69

Workflow file for this run

name: Deploy Feature Branch
on:
pull_request:
types: [opened, synchronize]
branches:
- develop
paths:
- 'src/**'
- 'test/**'
- '**.sln'
- '**.cake'
- '.github/workflows/branch-feature.yml'
- '.github/workflows/step-*.yml'
workflow_dispatch:
jobs:
get-version:
if: startsWith(github.head_ref, 'feature/') || github.head_ref == 'master'
uses: ./.github/workflows/step-version.yml
build:
needs: [get-version]
uses: ./.github/workflows/step-build.yml
secrets: inherit
with:
version: ${{ needs.get-version.outputs.version }}
checkout-ref: ${{ github.head_ref }}