[#738] Run CI on support branch PR

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
Alexey Vanin 2022-11-02 13:15:43 +03:00 committed by Alex Vanin
parent 8573b3efc4
commit 2f93844417
4 changed files with 5 additions and 2 deletions

View file

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

View file

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

View file

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

View file

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