Skip to content

Bugfix/accessibility touch target size #144

Bugfix/accessibility touch target size

Bugfix/accessibility touch target size #144

name: ci
on:
workflow_dispatch:
push:
branches-ignore:
- master
pull_request:
branches:
- master
- develop
jobs:
build:
uses: ./.github/workflows/build.yml
secrets: inherit
test:
needs: build
uses: ./.github/workflows/test.yml
secrets: inherit
cleanup:
if: always()
needs: test
uses: ./.github/workflows/cleanup.yml
secrets: inherit