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 a195735 commit 0b83849Copy full SHA for 0b83849
1 file changed
.github/workflows/release-continuous.yml
@@ -14,7 +14,7 @@ jobs:
14
if: >
15
github.repository == 'vitejs/vite-plugin-react' &&
16
(github.event_name == 'push' ||
17
- (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'trigger: preview')))
+ (github.event_name == 'pull_request'))
18
runs-on: ubuntu-latest
19
steps:
20
- name: Checkout code
0 commit comments