Skip to content

Commit

Permalink
fix(ci) codeql not triggered when docs changed in a PR (#848)
Browse files Browse the repository at this point in the history
Co-authored-by: I326437 <[email protected]>
  • Loading branch information
kengou and I326437 authored Jan 15, 2025
1 parent 6cd8152 commit ad955d5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ name: "CodeQL"

on:
push:
branches: [ "main" ]
branches: ["main"]
pull_request:
types: [ opened, synchronize, reopened ]
types: [opened, synchronize, reopened]
paths-ignore:
- "docs/**"
schedule:
- cron: '20 08 * * 1'
- cron: "20 08 * * 1"

jobs:
codeql:
Expand Down

0 comments on commit ad955d5

Please sign in to comment.