Skip to content

Commit d445b67

Browse files
committed
Update paths
1 parent 74e9945 commit d445b67

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ on:
2929
# Run workflow for all paths which have a `*.js` file extension:
3030
- '*.js'
3131

32+
# Run workflow whenever the root `package.json` changes:
33+
- '/package.json'
34+
35+
# Run workflow whenever this file changes:
36+
- '/.github/workflows/test.yml'
37+
3238
# Except for paths within certain folders:
3339
- '!*/benchmark/*'
3440
- '!*/examples/*'

0 commit comments

Comments
 (0)