mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
ci: only run codeql when js files are changed
This commit is contained in:
parent
e7817fc64a
commit
b861277b9f
1
.github/workflows/codeql.yml
vendored
1
.github/workflows/codeql.yml
vendored
@ -3,6 +3,7 @@ name: 'CodeQL'
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
paths: ['**.js', '**.jsx', '**.ts', '**.tsx']
|
||||
pull_request:
|
||||
branches: [main]
|
||||
schedule:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user