Disable build workflow on staging.tmp branch

This commit is contained in:
Philipp Oppermann
2019-09-13 10:48:39 +02:00
parent b0aff929f5
commit 553b9723b3

View File

@@ -4,6 +4,7 @@ on:
push:
branches:
- '*'
- '!staging.tmp'
- '!master' # TODO re-enable when reusing artifacts for deploying
tags:
- '*'