Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosJoseChaconChavarria committed Jun 1, 2024
1 parent 65fe1b1 commit cf52634
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/artifact.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Node.js CI

on: [push]
on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
Expand All @@ -24,7 +30,7 @@ jobs:
${{ runner.os }}-npm-
- name: Install dependencies
run: npm ci
run: npm install

- name: Save Cache
uses: actions/cache@v2
Expand Down

0 comments on commit cf52634

Please sign in to comment.