Skip to content

Commit 54afa1e

Browse files
committed
chore: update
1 parent ad452d4 commit 54afa1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ name: Preview Release
33

44
on:
55
pull_request:
6-
types: [closed]
6+
branches: [main]
77

88
permissions:
99
contents: read
1010

1111
jobs:
1212
preview:
13-
if: github.repository == 'web-infra-dev/rslib' && github.event.pull_request.merged == true
13+
if: github.repository == 'web-infra-dev/rslib'
1414
runs-on: ubuntu-latest
1515

1616
steps:

0 commit comments

Comments
 (0)