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 c78a41e commit b05641eCopy full SHA for b05641e
1 file changed
.github/workflows/release-preview.yml
@@ -16,7 +16,7 @@ on:
16
17
jobs:
18
release-preview:
19
- if: github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/main' && ${{ github.event.workflow_run.conclusion == 'success' }}
+ if: github.event_name == 'workflow_dispatch' || ( github.ref == 'refs/heads/main' && ${{ github.event.workflow_run.conclusion == 'success' }} )
20
runs-on: ubuntu-latest
21
steps:
22
0 commit comments