diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 5b2be770..237aaa12 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -5,7 +5,9 @@ on: types: [opened, synchronize, reopened, ready_for_review] branches: - main - - release** + push: + branches: + - main jobs: test: