schedule CI workflow to run daily

This commit is contained in:
Matthias Kretschmann 2019-12-07 15:16:07 +01:00
parent 382b44e1a9
commit 17dd313c24
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,14 @@
name: 'CI/CD Pipeline'
on: [push, pull_request]
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
schedule:
- cron: '0 22 * * *'
jobs:
test: