Skip to content

Commit

Permalink
Merge branch 'main' into req-body-improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
zefir-git committed Sep 16, 2024
2 parents 67b18f5 + 6c514b8 commit bdca0fd
Show file tree
Hide file tree
Showing 7 changed files with 328 additions and 187 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,20 @@ name: "CodeQL"
on:
push:
branches: [ "main" ]
paths-ignore:
- '**/*.json'
- '**/*.md'
- 'opeanapi.yaml'
- '.idea/'
- '.gitignore'
pull_request:
branches: [ "main" ]
paths-ignore:
- '**/*.json'
- '**/*.md'
- 'opeanapi.yaml'
- '.idea/'
- '.gitignore'
schedule:
- cron: "0 6 * * 1"

Expand Down
Loading

0 comments on commit bdca0fd

Please sign in to comment.