Reordered CI

This commit is contained in:
Felix Weiß
2023-06-13 12:35:34 +02:00
parent 35f2786129
commit af101812a8

View File

@@ -1,8 +1,9 @@
name: publish to nuget
on:
push:
branches:
- master # Default release branch, may also be named 'master' or 'develop'
workflow_run:
workflows: ["Test mewtocol on real hardware"]
types:
- completed
jobs:
publish:
name: build, pack & publish
@@ -10,11 +11,6 @@ jobs:
steps:
- uses: actions/checkout@v2
# - name: Setup dotnet
# uses: actions/setup-dotnet@v1
# with:
# dotnet-version: 3.1.200
# Publish
- name: publish on version change
id: publish_nuget