diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 616257cc..c40c7ab3 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,10 +1,15 @@ name: "test" + on: push: branches: [ main, develop ] pull_request: branches: [ main, develop ] +concurrency: + group: ${{ github.ref_name }} + cancel-in-progress: true + jobs: test: runs-on: ubuntu-latest