Skip to content

Commit 68b149b

Browse files
committed
Run on commit
1 parent 2aa92b3 commit 68b149b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-and-publish.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,18 @@ name: Build and publish
1818
on:
1919
push:
2020
branches:
21-
- '*'
21+
- 'dennisdyallo**'
2222
workflow_dispatch:
2323
inputs:
2424
push-to-dev:
2525
description: 'Push to internal NuGet'
26+
required: false
2627
default: false
2728
type: boolean
2829
upload-docs:
2930
description: 'Push to documentation repository'
30-
required: true
31+
required: false
32+
default: false
3133
type: boolean
3234
version:
3335
description: 'Version'

0 commit comments

Comments
 (0)