chore: only build on master and renovate breanches

This commit is contained in:
Michael Kriese 2020-04-28 09:03:53 +02:00
parent 36b30fe60f
commit 51d3df8dbf

View file

@ -1,6 +1,12 @@
name: build
on: [push, pull_request]
on:
push:
branches:
- master
- 'renovate/**'
pull_request:
jobs:
commitlint: