Enhance workflow

This commit is contained in:
CrazyMax
2021-03-31 15:23:31 +02:00
parent 2536e18313
commit eefeb0e772
11 changed files with 153 additions and 109 deletions

View File

@@ -1,12 +1,18 @@
name: ci
on:
schedule:
- cron: '0 10 * * *' # everyday at 10am
push:
branches:
- master
- 'master'
- 'releases/v*'
tags:
- 'v*'
pull_request:
branches:
- master
- 'master'
- 'releases/v*'
jobs:
bake: