Skip to content

Bump Verify.Xunit from 30.7.3 to 31.9.3 #204

Bump Verify.Xunit from 30.7.3 to 31.9.3

Bump Verify.Xunit from 30.7.3 to 31.9.3 #204

Workflow file for this run

name: Deploy Release Branch
on:
pull_request:
types: [opened, synchronize]
branches:
- master
- develop
paths:
- 'src/**'
- 'test/**'
- '**.sln'
- '**.cake'
- '.github/workflows/branch-release.yml'
- '.github/workflows/step-*.yml'
workflow_dispatch:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
get-version:
if: startsWith(github.head_ref, 'release/')
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 }}