Merge branch 'post-01' into post-02

This commit is contained in:
Philipp Oppermann
2019-09-11 10:09:29 +02:00
3 changed files with 11 additions and 115 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"