Skip to content

RFC-7591 - Dynamic Client Registration #1178

RFC-7591 - Dynamic Client Registration

RFC-7591 - Dynamic Client Registration #1178

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 }}