Skip to content

Commit

Permalink
Merge pull request #451 from ArnoStiefvater/add_middleware_branch
Browse files Browse the repository at this point in the history
Add branch middleware
  • Loading branch information
ArnoStiefvater authored Jun 29, 2021
2 parents fd921d4 + a4be2a6 commit c365b8c
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 46 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build and test Python package

on:
push:
branches: [ master, ospd-openvas-21.04, ospd-openvas-20.08 ]
branches: [ master, ospd-openvas-21.04, ospd-openvas-20.08, middleware ]
pull_request:
branches: [ master, ospd-openvas-21.04, ospd-openvas-20.08 ]
branches: [ master, ospd-openvas-21.04, ospd-openvas-20.08, middleware ]

jobs:
linting:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: "CodeQL"

on:
push:
branches: [ master, ospd-openvas-21.04, ospd-openvas-20.08 ]
branches: [ master, ospd-openvas-21.04, ospd-openvas-20.08, middleware ]
pull_request:
branches: [ master, ospd-openvas-21.04, ospd-openvas-20.08 ]
branches: [ master, ospd-openvas-21.04, ospd-openvas-20.08, middleware ]
schedule:
- cron: '30 5 * * 0' # 5:30h on Sundays

Expand Down
Loading

0 comments on commit c365b8c

Please sign in to comment.