Skip to content

feat(switch): update cursor style to not-allowed when disabled (#943) #174

feat(switch): update cursor style to not-allowed when disabled (#943)

feat(switch): update cursor style to not-allowed when disabled (#943) #174

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