Skip to content

Split CI workflow to prevent schedule inactivity from pausing push/PR builds #1654

Split CI workflow to prevent schedule inactivity from pausing push/PR builds

Split CI workflow to prevent schedule inactivity from pausing push/PR builds #1654

Workflow file for this run

name: vertx-sql-client (5.x)
on:
push:
branches:
- master
- '5.[0-9]+'
pull_request:
branches:
- master
- '5.[0-9]+'
jobs:
CI-CD:
uses: ./.github/workflows/ci-matrix-5.x.yml
secrets: inherit
with:
branch: ${{ github.event.pull_request.head.sha || github.ref_name }}