From c7834de87c3030321e7c453751a4405955483bdf Mon Sep 17 00:00:00 2001 From: Ziyad Mourabiti Date: Wed, 14 Aug 2024 11:01:17 +0200 Subject: [PATCH] Update and rename lint.yml to test.yml --- .github/workflows/{lint.yml => test.yml} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{lint.yml => test.yml} (91%) diff --git a/.github/workflows/lint.yml b/.github/workflows/test.yml similarity index 91% rename from .github/workflows/lint.yml rename to .github/workflows/test.yml index 699a27b..b569f63 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/test.yml @@ -5,9 +5,9 @@ name: Node.js CI on: push: - branches: [ "main" ] + branches: [ "*" ] pull_request: - branches: [ "main" ] + branches: [ "*" ] jobs: build: @@ -27,4 +27,4 @@ jobs: node-version: ${{ matrix.node-version }} cache: 'npm' - run: npm ci - - run: npm run lint + - run: npm run test