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 ab42249 commit 20d1840Copy full SHA for 20d1840
.github/workflows/ci.yml
@@ -248,7 +248,7 @@ jobs:
248
uses: actions/dependency-review-action@v3
249
250
release-preview:
251
- if: github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/v2'
+ if: github.event_name == 'workflow_dispatch' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/v2')
252
runs-on: ubuntu-latest
253
needs: [ validate-nuget, run-test, validate_template, validate-docs ]
254
steps:
0 commit comments