mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-03-05 13:30:32 -05:00
chore: also run when dependencies are updated
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user