Skip to content

Commit

Permalink
Add *.mjs to trigger automated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jashepp committed Sep 21, 2023
1 parent 067199f commit 23f5b55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ on:
push:
paths:
- '**.js'
- '**.mjs'
- '**.json'
- '.github/workflows/run-tests.yml'
pull_request:
paths:
- '**.js'
- '**.mjs'
- '**.json'
- '.github/workflows/run-tests.yml'

Expand Down

0 comments on commit 23f5b55

Please sign in to comment.