diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 2cdfe12..e30d012 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -6,8 +6,6 @@ on: jobs: approved: - # status is approved and branch is main - if: github.event.review.state == 'APPROVED' && github.ref == 'refs/heads/main' runs-on: ubuntu-latest env: NODE_ENV: production