diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 94ae9e5..7593f01 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -3,6 +3,9 @@ name: Pull request on: pull_request: types: [opened, reopened, synchronize, ready_for_review] + push: + branches: + - main concurrency: group: ${{ github.workflow }}-${{ github.ref }}