Skip to content

feat(checkbox): Add keyboard handling for Enter and Space keys to tog… #178

feat(checkbox): Add keyboard handling for Enter and Space keys to tog…

feat(checkbox): Add keyboard handling for Enter and Space keys to tog… #178

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