Skip to content

Commit

Permalink
update ci (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
f2calv committed Aug 25, 2024
1 parent 24bea5e commit 5f54b9d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,23 @@ name: ci
on:
workflow_dispatch:
inputs:
BuildConfiguration:
configuration:
type: choice
description: Build Configuration
required: true
default: Release
options:
- Release
- Debug
PublishPreview:
push-preview:
type: string
description: Publish preview branch?
description: Push preview branch?
required: true
default: "false"
push:
branches-ignore:
- "preview/**"
paths-ignore:
- ".azure-pipelines/**"
- LICENSE
- README.md
pull_request:
Expand All @@ -34,7 +33,7 @@ jobs:
ci:
uses: f2calv/gha-workflows/.github/workflows/dotnet-publish-nuget.yml@v1
with:
BuildConfiguration: ${{ github.event.inputs.BuildConfiguration }}
PublishPreview: ${{ github.event.inputs.PublishPreview }}
configuration: ${{ github.event.inputs.configuration }}
push-preview: ${{ github.event.inputs.push-preview }}
secrets:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}

0 comments on commit 5f54b9d

Please sign in to comment.