diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index c4f1391..359b1ef 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -1,16 +1,10 @@ name: Node.js CI - on: push: branches: [ "main" ] - pull_request: - branches: [ "main" ] - jobs: build: - runs-on: ubuntu-latest - steps: - uses: actions/checkout@v4 - name: Use Node.js