mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-01-23 02:35:23 +00:00
chore: also run when dependencies are updated
This commit is contained in:
parent
38bc1a2590
commit
3b7347d589
1 changed files with 2 additions and 0 deletions
2
.github/workflows/eslint.yml
vendored
2
.github/workflows/eslint.yml
vendored
|
|
@ -4,10 +4,12 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- 'js/**/*.js'
|
||||
- 'js/package-lock.json'
|
||||
- .github/workflows/eslint.yml
|
||||
pull_request:
|
||||
paths:
|
||||
- 'js/**/*.js'
|
||||
- 'js/package-lock.json'
|
||||
- .github/workflows/eslint.yml
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue