Skip to content

Commit 2de4f09

Browse files
Fix: Remove pull_request event from preview deploys (#109)
* Fix: Whitespace indentation for preview deploy * Fix: Try referencing branch not commit sha * Update preview.yaml * Fix: PRs not deploying to preview * Update preview.yaml * Fix: Prevent duplicate deploy for push to a pr * Remove unnecessary `pull_request` event Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3758633 commit 2de4f09

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/preview.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
branches:
55
- "**"
66
- "!master"
7-
pull_request:
8-
branches:
9-
- "**"
107
jobs:
118
preview:
129
name: Preview

0 commit comments

Comments
 (0)