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 760385f commit 740acdfCopy full SHA for 740acdf
.github/workflows/publish-artifacts-examples-tests.yml
@@ -108,7 +108,7 @@ jobs:
108
run: dotnet test ./examples/ --no-restore --configuration Release --verbosity normal
109
110
publish-packages:
111
- if: github.event_name == 'push'
+ if: (github.event_name == 'push' && github.ref == 'refs/heads/develop') || ${{ github.event_name == 'workflow_dispatch' }}
112
needs: run-tests
113
runs-on: ubuntu-latest
114
permissions:
0 commit comments