Skip to content

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

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

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

Workflow file for this run

name: CI/CD (5.x)
on:
push:
branches:
- master
pull_request:
branches:
- master
schedule:
- cron: '0 5 * * *'
jobs:
CI-CD:
uses: ./.github/workflows/ci-matrix-5.x.yml
secrets: inherit
with:
branch: ${{ github.event.pull_request.head.sha || github.ref_name }}