Skip to content
Snippets Groups Projects
Unverified Commit a330e863 authored by Damien Grisonnet's avatar Damien Grisonnet Committed by GitHub
Browse files

Merge pull request #1306 from paulfantom/fix-auto

.github: allow dispatching version updates manually and run on predefined schedule
parents c3be50f6 1040e2bd
No related branches found
No related tags found
No related merge requests found
name: Upgrade to latest versions
on: workflow_dispatch
on:
workflow_dispatch:
schedule:
- cron: '37 7 * * 1'
jobs:
versions:
runs-on: ubuntu-latest
strategy:
matrix:
branch:
- 'release-0.5'
- 'release-0.6'
- 'release-0.7'
- 'release-0.8'
- 'main'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment