Skip to content

Commit 751ecd9

Browse files
authored
Update release-package.yml
1 parent 0f46359 commit 751ecd9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/release-package.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: Publish a NuGet package
22
on:
3-
push:
4-
branches: [ main ]
5-
paths:
6-
- 'src/LEGO.AsyncAPI/**'
7-
- 'src/LEGO.AsyncAPI.Readers/**'
8-
- ".github/workflows/release-package.yml"
9-
- '!**/*.md'
3+
# push:
4+
# branches: [ main ]
5+
# paths:
6+
# - 'src/LEGO.AsyncAPI/**'
7+
# - 'src/LEGO.AsyncAPI.Readers/**'
8+
# - ".github/workflows/release-package.yml"
9+
# - '!**/*.md'
1010
workflow_dispatch:
1111

1212
jobs:

0 commit comments

Comments
 (0)