diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 613ec7651..acb7912e3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,9 +2,7 @@ name: Node.js CI on: push: - branches: [master] pull_request: - branches: [master] jobs: lint: @@ -17,7 +15,7 @@ jobs: - run: yarn lint build: - needs: ['lint'] + # needs: ['lint'] name: 'build' strategy: matrix: