Skip to content

Commit

Permalink
disable workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Mads Dabros committed Jan 21, 2024
1 parent a420943 commit 7a339c5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
inputs:
version:
description: 'Release version to tag and create'
required: false
# workflow_dispatch:
# inputs:
# version:
# description: 'Release version to tag and create'
# required: false

env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
Expand Down

0 comments on commit 7a339c5

Please sign in to comment.