Skip to content

fix(checkout): correctly switch package type based on shipping method… #504

fix(checkout): correctly switch package type based on shipping method…

fix(checkout): correctly switch package type based on shipping method… #504

Workflow file for this run

name: '⚙️ On push'
on:
push:
branches:
- main
- alpha
- beta
concurrency:
group: '${{ github.workflow }}-${{ github.ref }}'
cancel-in-progress: true
jobs:
test:
uses: ./.github/workflows/test.yml
secrets: inherit
rebase-prs:
needs: test
uses: ./.github/workflows/rebase-prs.yml
secrets: inherit