Skip to content

Commit

Permalink
ci: deploy feat/pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
69pmb authored and pierre-marie broca committed Oct 23, 2023
1 parent 327e246 commit d58de20
Show file tree
Hide file tree
Showing 3 changed files with 332 additions and 6,479 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
- 'fix/**'
- 'feat/**'
- 'feature/**'
paths:
- 'src/**'
- '**.json'
workflow_dispatch:

concurrency:
Expand All @@ -17,7 +20,7 @@ jobs:
quality:
runs-on: self-hosted
steps:
- uses: 69pmb/deploy/workflow/ts-quality@main
- uses: 69pmb/deploy/workflow/ts-npm-quality@main
deploy:
if: github.ref_name == 'main'
needs: quality
Expand Down
Loading

0 comments on commit d58de20

Please sign in to comment.