[#738] Run CI on support branch PR

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
KirillovDenis/bugfix/681-frostfs-fix_acl_parsing
Alexey Vanin 2022-11-02 13:15:43 +03:00
parent 8573b3efc4
commit 7b0492c468
4 changed files with 5 additions and 2 deletions

View File

@ -4,6 +4,7 @@ on:
pull_request:
branches:
- master
- 'support/*'
types: [ opened, synchronize ]
paths-ignore:
- '**/*.md'

View File

@ -13,10 +13,10 @@ name: "CodeQL"
on:
push:
branches: [ master ]
branches: [ master, 'support/*' ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
branches: [ master, 'support/*' ]
schedule:
- cron: '35 8 * * 1'

View File

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

View File

@ -4,6 +4,7 @@ on:
pull_request:
branches:
- master
- 'support/*'
types: [opened, synchronize]
paths-ignore:
- '**/*.md'