From 103707c7c0383eba7d9e9a3aafaced0116a079a1 Mon Sep 17 00:00:00 2001 From: Pandipipas <62224708+Pandipipas@users.noreply.github.com> Date: Wed, 25 Feb 2026 13:52:09 +0100 Subject: [PATCH] update ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d5a59a..adaac86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,7 @@ on: push: branches: - master + - main concurrency: group: ci-${{ github.ref }} @@ -15,12 +16,11 @@ permissions: jobs: checks: - name: Lint and build runs-on: ubuntu-latest timeout-minutes: 15 steps: - - name: Checkout repository + - name: Checkout uses: actions/checkout@v4 - name: Setup Node.js