diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index ab649127..4470865f 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -7,7 +7,7 @@ on: push: branches: [ "master" ] pull_request: - branches: [ "pull_request" ] + branches: [ "dev" ] jobs: build: @@ -20,7 +20,7 @@ jobs: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: