Skip to content

Commit b05641e

Browse files
authored
Update release-preview.yml
1 parent c78a41e commit b05641e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
jobs:
1818
release-preview:
19-
if: github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/main' && ${{ github.event.workflow_run.conclusion == 'success' }}
19+
if: github.event_name == 'workflow_dispatch' || ( github.ref == 'refs/heads/main' && ${{ github.event.workflow_run.conclusion == 'success' }} )
2020
runs-on: ubuntu-latest
2121
steps:
2222

0 commit comments

Comments
 (0)