Skip to content

Commit

Permalink
Run js tests also when package.json etc changed
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomas2 committed Sep 2, 2023
1 parent b4fc5a2 commit b890f5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/jslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@ on:
- '**/*.vue'
- '**/*.js'
- '**/*.ts'
- 'app/bibleview-js/package.json'
- 'app/bibleview-js/package-lock.json'
pull_request:
paths:
- '**/*.vue'
- '**/*.js'
- '**/*.ts'
- 'app/bibleview-js/package.json'
- 'app/bibleview-js/package-lock.json'
workflow_dispatch:

permissions:
Expand Down

0 comments on commit b890f5f

Please sign in to comment.