Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nclslbrn authored Dec 10, 2023
1 parent 0a466a4 commit aa7d92b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Test

on: [push]

on:
push:
branches:
- main
paths:
- src/**
jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Use Node.js 16.x
Expand Down

0 comments on commit aa7d92b

Please sign in to comment.