Skip to content

Commit da888c4

Browse files
chore: run js tests on any change
1 parent a69bb65 commit da888c4

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

.github/workflows/js.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,6 @@
11
name: JavaScript tests
22

3-
on:
4-
push:
5-
branches:
6-
- main
7-
paths:
8-
- '.github/workflows/js.yml'
9-
- 'yarn.lock'
10-
- '**/*.json'
11-
- '**/*.js'
12-
- '**/*.ts'
13-
- '**/*.tsx'
14-
pull_request:
15-
paths:
16-
- '.github/workflows/js.yml'
17-
- 'yarn.lock'
18-
- '**/*.json'
19-
- '**/*.js'
20-
- '**/*.ts'
21-
- '**/*.tsx'
3+
on: [push, pull_request]
224

235
jobs:
246
js-tests:

0 commit comments

Comments
 (0)