1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-11-14 09:05:15 +01:00

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

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: