Skip to content

Commit

Permalink
ci: only run codeql when js files are changed
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Sep 24, 2021
1 parent e7817fc commit b861277
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: 'CodeQL'
on:
push:
branches: [main]
paths: ['**.js', '**.jsx', '**.ts', '**.tsx']
pull_request:
branches: [main]
schedule:
Expand Down

0 comments on commit b861277

Please sign in to comment.