added feature branches to github action

This commit is contained in:
Sheldan
2020-05-27 23:55:31 +02:00
parent af63f384d9
commit f61cc8e1ff

View File

@@ -5,7 +5,9 @@ name: Execute build and Sonar
on: on:
push: push:
branches: [ master ] branches:
- master
- feature/**
pull_request: pull_request:
branches: [ master ] branches: [ master ]