Skip to content

Commit

Permalink
Merge pull request greenbone#428 from ArnoStiefvater/add_middleware_b…
Browse files Browse the repository at this point in the history
…ranch

Add branch middleware
  • Loading branch information
y0urself committed Jun 29, 2021
2 parents 7cd8cf8 + 8582c00 commit 08abab9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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-21.04, ospd-20.08 ]
branches: [ master, ospd-21.04, ospd-20.08, middleware ]
pull_request:
branches: [ master, ospd-21.04, ospd-20.08 ]
branches: [ master, ospd-21.04, ospd-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-21.04, ospd-20.08 ]
branches: [ master, ospd-21.04, ospd-20.08, middleware ]
pull_request:
branches: [ master, ospd-21.04, ospd-20.08 ]
branches: [ master, ospd-21.04, ospd-20.08, middleware ]
schedule:
- cron: '30 5 * * 0' # 5:30h on Sundays

Expand Down

0 comments on commit 08abab9

Please sign in to comment.