Skip to content

Commit fad9d72

Browse files
authored
Add a "[no-release]" filter
1 parent 37dbb4d commit fad9d72

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/nuget-publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
publish:
9+
if: "! contains(toJSON(github.event.commits.*.message), '[no-release]')"
910
runs-on: ubuntu-latest
1011

1112
steps:

0 commit comments

Comments
 (0)