From cf52634790aaa4f686bdafc9492de1bef7f4a873 Mon Sep 17 00:00:00 2001 From: Charlie Date: Sat, 1 Jun 2024 17:19:48 -0600 Subject: [PATCH] d --- .github/workflows/artifact.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/artifact.yml b/.github/workflows/artifact.yml index 350cbc54..fc234598 100644 --- a/.github/workflows/artifact.yml +++ b/.github/workflows/artifact.yml @@ -1,6 +1,12 @@ name: Node.js CI -on: [push] +on: + push: + branches: + - main + pull_request: + branches: + - main jobs: build: @@ -24,7 +30,7 @@ jobs: ${{ runner.os }}-npm- - name: Install dependencies - run: npm ci + run: npm install - name: Save Cache uses: actions/cache@v2