Merge pull request #1306 from paulfantom/fix-auto

.github: allow dispatching version updates manually and run on predefined schedule
This commit is contained in:
Damien Grisonnet
2021-08-02 18:13:44 +02:00
committed by GitHub

View File

@@ -1,14 +1,15 @@
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'