diff --git a/.github/workflows/pr_to_pr.yml b/.github/workflows/pr_to_pr.yml index 224f7909..1861700f 100644 --- a/.github/workflows/pr_to_pr.yml +++ b/.github/workflows/pr_to_pr.yml @@ -1,9 +1,12 @@ -name: Pull request to pr/** branches +name: Pull request and push to pr/** branches on: pull_request: branches: - "pr/**" + push: + branches: + - "pr/**" jobs: check-coding-style: