Skip to content

fix(select): fix recurring space closing select box issue (#844) #134

fix(select): fix recurring space closing select box issue (#844)

fix(select): fix recurring space closing select box issue (#844) #134

name: 'Verify and Release Beta'
on:
push:
branches:
- next
jobs:
verify:
uses: trendyol/baklava/.github/workflows/verify.yml@next
secrets: inherit
release:
uses: trendyol/baklava/.github/workflows/release.yml@next
needs: verify
secrets: inherit
chromatic:
uses: trendyol/baklava/.github/workflows/publish-chromatic.yml@next
needs: verify