Skip to content

chore(dependabot): bump pnpm/action-setup from 3 to 4 #58

chore(dependabot): bump pnpm/action-setup from 3 to 4

chore(dependabot): bump pnpm/action-setup from 3 to 4 #58

Workflow file for this run

name: Build, Test and Publish edge
on:
push:
branches: ["main"]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/build.yml
test:
uses: ./.github/workflows/test.yml
needs: build
deploy:
uses: ./.github/workflows/deploy.yml
needs: [build, test]
secrets: inherit
with:
tags-policy: "type=edge,branch=main"