Browse Source

Restore auto-building of NuGet-s

Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
pull/1632/merge
Dimitar Dobrev 4 years ago
parent
commit
d9a429026e
  1. 2
      .github/workflows/main.yml

2
.github/workflows/main.yml

@ -64,7 +64,7 @@ jobs: @@ -64,7 +64,7 @@ jobs:
runs-on: windows-2019
needs: build
if: |
(github.event_name == 'push' && (github.ref == 'refs/heads/master' || contains(github.ref, 'nuget'))) ||
(github.event_name == 'push' && (github.ref == 'refs/heads/main' || contains(github.ref, 'nuget'))) ||
(github.event.pull_request.head.repo.full_name != github.repository && contains(github.event.pull_request.head.ref, 'nuget'))
env:

Loading…
Cancel
Save