Skip to content

ci: deploy feat/pnpm #34

ci: deploy feat/pnpm

ci: deploy feat/pnpm #34

Workflow file for this run

name: Quality
on:
push:
branches:
- 'main'
- 'fix/**'
- 'feat/**'
- 'feature/**'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
quality:
runs-on: self-hosted
steps:
- uses: 69pmb/deploy/workflow/ts-quality@main
deploy:
if: github.ref_name == 'main'
needs: quality
uses: ./.github/workflows/deploy.yml
secrets: inherit