Skip to content

chore(deps): upgrade @myparcel-pdk/* #29

chore(deps): upgrade @myparcel-pdk/*

chore(deps): upgrade @myparcel-pdk/* #29

Workflow file for this run

name: '⚙️ On push'
on:
push:
branches:
- 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