We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6ca52 commit d9a4290Copy full SHA for d9a4290
.github/workflows/main.yml
@@ -64,7 +64,7 @@ jobs:
64
runs-on: windows-2019
65
needs: build
66
if: |
67
- (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'))) ||
68
(github.event.pull_request.head.repo.full_name != github.repository && contains(github.event.pull_request.head.ref, 'nuget'))
69
70
env:
0 commit comments