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 7e3de41 commit 760385fCopy full SHA for 760385f
.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' && github.ref == 'refs/heads/develop'
+ if: github.event_name == 'push'
112
needs: run-tests
113
runs-on: ubuntu-latest
114
permissions:
0 commit comments