[#2010] github: Run CI on support branches

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
carpawell/fix/multiple-cache-update-requests-FROST
Pavel Karpy 2022-11-02 12:48:58 +03:00 committed by Pavel Karpy
parent 777fd32d4f
commit 08efe6eb11
4 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,7 @@ on:
pull_request:
branches:
- master
- support/**
jobs:
build:

View File

@ -4,6 +4,7 @@ on:
pull_request:
branches:
- master
- support/**
jobs:
build:

View File

@ -4,6 +4,7 @@ on:
pull_request:
branches:
- master
- support/**
jobs:
commits_check_job:

View File

@ -4,11 +4,13 @@ on:
push:
branches:
- master
- support/**
paths-ignore:
- '*.md'
pull_request:
branches:
- master
- support/**
paths-ignore:
- '*.md'