Skip to content

Commit

Permalink
CI: Fix filename
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Feb 28, 2024
1 parent 00096e1 commit 3f7fa02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ on:
paths:
- '**.c'
- '**.h'
- '**/codeq-analysis.yml'
- '**/codeql-analysis.yml'
pull_request:
branches: trunk
paths:
- '**.c'
- '**.h'
- '**/codeq-analysis.yml'
- '**/codeql-analysis.yml'
# schedule:
# - cron: '0 6 * * 6'

Expand Down

0 comments on commit 3f7fa02

Please sign in to comment.