diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d8fdd5b..ae1f325 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,11 @@ name: test -on: [push] +on: + push: + branches: + - main + pull_request: + branches: + - main concurrency: group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'