Merge branch 'post-03' into post-04

This commit is contained in:
Philipp Oppermann
2019-09-11 10:10:31 +02:00
3 changed files with 11 additions and 140 deletions

View File

@@ -2,6 +2,17 @@ name: Build Code
on: [push, pull_request]
on:
push:
branches:
- '*'
- '!staging.tmp'
tags:
- '*'
pull_request:
schedule:
- cron: '40 3 * * *' # every day at 3:40
jobs:
test:
name: "Test"