From aa7d92b4bf3e4aa04dc302417824eb7c1ff03a70 Mon Sep 17 00:00:00 2001 From: Nicolas Lebrun Date: Sun, 10 Dec 2023 21:14:29 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed3ff6b..c74ef7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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