ci: only run codeql when js files are changed

This commit is contained in:
Arthur Fiorette 2021-09-24 08:09:29 -03:00 committed by GitHub
parent e7817fc64a
commit b861277b9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@ name: 'CodeQL'
on:
push:
branches: [main]
paths: ['**.js', '**.jsx', '**.ts', '**.tsx']
pull_request:
branches: [main]
schedule: