Add a deploy workflow

This commit is contained in:
Philipp Oppermann
2019-09-10 13:45:25 +02:00
parent c0af518121
commit fa97ae36b5
2 changed files with 114 additions and 1 deletions

View File

@@ -1,6 +1,13 @@
name: Build Site
on: [push, pull_request]
on:
push:
branches:
- '*'
- '!master' # TODO re-enable when reusing artifacts for deploying
tags:
- '*'
pull_request:
jobs:
build_site: