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