Skip to content

Commit 0b83849

Browse files
committed
remove label req
1 parent a195735 commit 0b83849

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-continuous.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: >
1515
github.repository == 'vitejs/vite-plugin-react' &&
1616
(github.event_name == 'push' ||
17-
(github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'trigger: preview')))
17+
(github.event_name == 'pull_request'))
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout code

0 commit comments

Comments
 (0)