diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c02c47c7584be..8886acbac16de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ on: push: branches: - 'trunk' - - '4.0' + - '4.2' schedule: - cron: '0 0 * * 6,0' # Run on Saturday and Sunday at midnight UTC @@ -28,7 +28,7 @@ on: types: [ opened, synchronize, ready_for_review, reopened ] branches: - 'trunk' - - '4.0' + - '4.2' concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}