add ci for specific branch patterns

This commit is contained in:
ado 2021-02-21 10:21:50 +01:00
parent 2f9e00b8a8
commit a1541dae13

View File

@ -5,11 +5,15 @@ on:
branches: branches:
- master - master
- feature/** - feature/**
- improvement/**
- bugfix/**
pull_request: pull_request:
branches: branches:
- master - master
- feature/** - feature/**
- improvement/**
- bugfix/**
jobs: jobs:
clang_tests: clang_tests: