Skip to content
Snippets Groups Projects
Unverified Commit 1040e2bd authored by paulfantom's avatar paulfantom
Browse files

.github: allow dispatching version updates manually and run on predefined schedule

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