Skip to content

Commit

Permalink
add tests for develop branch (#3769)
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed May 5, 2023
1 parent 9ff44ab commit 289fc56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Expand Up @@ -13,15 +13,15 @@ name: "CodeQL"

on:
push:
branches: [ main ]
branches: [ main, develop ]
paths:
- 'cmd/**'
- 'pkg/**'
- 'internal/**'
- 'contrib/**'
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
branches: [ main, develop ]
paths:
- 'cmd/**'
- 'pkg/**'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Expand Up @@ -2,9 +2,9 @@ name: Code build and checks

on:
push:
branches: [main]
branches: [main, develop]
pull_request:
branches: [main]
branches: [main, develop]

jobs:
unit-tests:
Expand Down

0 comments on commit 289fc56

Please sign in to comment.