Skip to content

Update of GitHub workflow file for supporting 5.x CI/CD #1

Update of GitHub workflow file for supporting 5.x CI/CD

Update of GitHub workflow file for supporting 5.x CI/CD #1

Workflow file for this run

name: CI/CD (5.x-stable)
on:
push:
branches:
- '5.[0-9]+'
pull_request:
branches:
- '5.[0-9]+'
schedule:
- cron: '0 6 * * *'
jobs:
CI-CD:
uses: ./.github/workflows/ci-matrix-5.x.yml
secrets: inherit
with:
branch: ${{ github.event_name == 'schedule' && vars.VERTX_5_STABLE_BRANCH || github.event.pull_request.head.sha || github.ref_name }}