Skip to content

Commit

Permalink
🐛 fix CodeQL is triggered multiple times
Browse files Browse the repository at this point in the history
  • Loading branch information
kslr committed Sep 9, 2021
1 parent 5ce183c commit 36d320a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@ name: CodeQL

on:
push:
branches: [master]
pull_request:
branches: [master]
types: [opened, synchronize, reopened]
paths-ignore:
- '**/*.md'
- '**/*.txt'

jobs:
analyze:
Expand Down

0 comments on commit 36d320a

Please sign in to comment.