Skip to content

Commit 24157e4

Browse files
committed
Update solid.yml
1 parent 11dadfa commit 24157e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/solid.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@ on:
1212
- packages/renderers/solid/**
1313
release:
1414
types: [published]
15-
branches:
16-
- main
1715
workflow_dispatch:
1816
inputs:
1917
publish:
2018
description: Publish?
2119
required: false
2220
type: boolean
21+
default: false
2322
defaults:
2423
run:
2524
working-directory: packages/renderers/solid
@@ -44,3 +43,4 @@ jobs:
4443
uses: ./.github/workflows/solid-vite.yml
4544
with:
4645
publish: ${{ github.event_name == 'release' || inputs.publish }}
46+
secrets: inherit

0 commit comments

Comments
 (0)