File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ jobs:
252252 name : Publish to GitHub Packages
253253 runs-on : ubuntu-latest
254254 needs : [build, unit-test]
255- if : ${{ ! ( github.event.inputs.nuget ) }}
255+ if : ${{ ! ( github.event.inputs.nuget ) && ! ( contains(github.ref, 'refs/heads/main') ) }}
256256 steps :
257257 - uses : actions/download-artifact@v3
258258 id : download
Original file line number Diff line number Diff line change @@ -56,4 +56,4 @@ branches:
5656ignore :
5757 sha : []
5858merge-message-formats : {}
59- next-version : 0.1.0
59+ next-version : 0.1.11
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17-
1817namespace Monai . Deploy . Messaging . API
1918{
2019 public delegate void ConnectionErrorHandler ( object ? sender , ConnectionErrorArgs args ) ;
You can’t perform that action at this time.
0 commit comments