From 2771cd8fc4c71fb554decda95c66df4d09bf4690 Mon Sep 17 00:00:00 2001 From: yunji Date: Thu, 21 Nov 2024 19:14:36 +0800 Subject: [PATCH] ci: concurrency --- .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 96d4084..250ddb0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: [master] + branches: [main] paths: - 'src/**' - '__tests__/**' @@ -17,7 +17,7 @@ permissions: contents: read # to fetch code (actions/checkout) concurrency: - group: '${{ github.workflow }} - ${{ github.head_ref || github.ref }}' + group: '${{ github.workflow }} - ${{ github.ref }}' cancel-in-progress: true jobs: