Skip to content

Commit

Permalink
ci(codeql): only run on pr changes to .html, .js, and .yml files
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed May 10, 2022
1 parent 5fbd4b6 commit 09733fb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ on:
pull_request:
branches:
- master
paths-ignore:
- "docs/**"
- "*.md"
paths:
- "**/*.html"
- "**/*.js"
- "**/*.yml"
types: [opened, ready_for_review, reopened, synchronize]

permissions:
Expand Down

0 comments on commit 09733fb

Please sign in to comment.