We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a69bb65 commit da888c4Copy full SHA for da888c4
.github/workflows/js.yml
@@ -1,24 +1,6 @@
1
name: JavaScript tests
2
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
16
17
18
19
20
21
+on: [push, pull_request]
22
23
jobs:
24
js-tests:
0 commit comments