Skip to content

Commit

Permalink
Merge branch 'master' into feature/add-ring-buffer-bocking-queue
Browse files Browse the repository at this point in the history
  • Loading branch information
mvallim authored Feb 21, 2024
2 parents 6d80df8 + 1c79679 commit 05a6b57
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,25 @@ name: "CodeQL"

on:
push:
branches: [ master ]
branches:
- master
paths-ignore:
- '**/README.md'
- '**/CONTRIBUTING.md'
- '**/CONTRIBUTORS.txt'
- '**/CODE_OF_CONDUCT.md'
- '**/LICENSE'
pull_request:
branches: [ master ]
branches:
- master
paths-ignore:
- '**/README.md'
- '**/CONTRIBUTING.md'
- '**/CONTRIBUTORS.txt'
- '**/CODE_OF_CONDUCT.md'
- '**/LICENSE'
schedule:
- cron: '28 19 * * 5'
- cron: '0 0 * * 5'

jobs:
analyze:
Expand Down

0 comments on commit 05a6b57

Please sign in to comment.