Github Actions: Don't build staging.tmp branch

This commit is contained in:
Philipp Oppermann
2019-09-11 10:07:06 +02:00
parent 95f7803f6c
commit 2fa43262f2

View File

@@ -2,6 +2,15 @@ name: Build Code
on: [push, pull_request]
on:
push:
branches:
- '*'
- '!staging.tmp'
tags:
- '*'
pull_request:
jobs:
test:
name: "Test"