Skip to content

Commit

Permalink
Update dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PTKu authored Jan 28, 2025
1 parent 9300710 commit 9bb3396
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ on:
- 'cake/**'
- '.github/**'
workflow_dispatch:

inputs:
publish:
type: boolean
required: false
default: false
description: "Set to 'true' to publish packages"
jobs:
build:
strategy:
Expand Down Expand Up @@ -36,4 +41,4 @@ jobs:
with:
name: Test report
path: 'TestResults/*.xml'
reporter: dotnet-trx
reporter: dotnet-trx

0 comments on commit 9bb3396

Please sign in to comment.