Skip to content

Schedule Nightly Builds #662

Schedule Nightly Builds

Schedule Nightly Builds #662

name: Schedule Nightly Builds
on:
workflow_dispatch:
schedule:
- cron: "0 5 * * *"
jobs:
schedule:
runs-on: ubuntu-latest
strategy:
matrix:
branch: [main, 3.x]
steps:
- uses: benc-uk/[email protected]
with:
workflow: CI Coherence Spring
ref: ${{ matrix.branch }}