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