Skip to content

Commit

Permalink
fix: Corrigido erros
Browse files Browse the repository at this point in the history
  • Loading branch information
Diaszano committed Dec 4, 2023
1 parent a7d3a85 commit 53ed2cc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ on:
push:
branches:
- main
workflow_run:
workflows: ["Run Tests", "Code Quality Check"]
types:
- completed

jobs:
npm_deploy:
Expand All @@ -34,9 +30,6 @@ jobs:
- name: Build Project
run: npm run build

- name: Generate Documentation
run: npm run build:docs

- name: Publish to NPM
run: npm publish
env:
Expand Down

0 comments on commit 53ed2cc

Please sign in to comment.