Skip to content

Commit df1aeaf

Browse files
committed
push nuget on merge only
1 parent d6f6ebb commit df1aeaf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
# path: nupkg
106106

107107
push_chdb:
108+
if: github.event.pull_request.merged
108109
name: Push chdb
109110
needs: build_chdb
110111
runs-on: ubuntu-latest
@@ -133,6 +134,7 @@ jobs:
133134

134135

135136
push_tool:
137+
if: github.event.pull_request.merged
136138
name: Push chdb-tool
137139
needs: push_chdb
138140
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)