diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74a011c44164..0ec0785d3e46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,8 @@ name: ⚙️ CI on: pull_request + push: + branches: ['next', 'release/**'] # Cancel in-progress runs of this workflow. # See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-only-cancel-in-progress-jobs-or-runs-for-the-current-workflow.