Skip to content

fix(web): autocomplete component mobile view #1057

fix(web): autocomplete component mobile view

fix(web): autocomplete component mobile view #1057

name: "Continuous Delivery"
# Run when push occurs on main branch
on:
push:
branches:
- main
jobs:
deploy-staging:
name: Build and deploy on staging
# jobs are run in parallel by default, we want them to run sequentially
uses: ./.github/workflows/deploy-staging.yml
secrets: inherit