mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 04:55:20 +01:00
add ci for specific branch patterns
This commit is contained in:
parent
2f9e00b8a8
commit
a1541dae13
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -5,11 +5,15 @@ on:
|
||||
branches:
|
||||
- master
|
||||
- feature/**
|
||||
- improvement/**
|
||||
- bugfix/**
|
||||
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- feature/**
|
||||
- improvement/**
|
||||
- bugfix/**
|
||||
|
||||
jobs:
|
||||
clang_tests:
|
||||
|
Loading…
Reference in New Issue
Block a user