There was an error while loading. Please reload this page.
1 parent 2978fdd commit 439c730Copy full SHA for 439c730
1 file changed
.github/workflows/check-js-build.yml
@@ -1,4 +1,13 @@
1
-on: push
+on:
2
+ push:
3
+ branches:
4
+ - main
5
+ pull_request:
6
+ types: [opened, reopened]
7
+ paths:
8
+ - 'js/**'
9
+ - 'plotly/labextension/**'
10
+
11
name: Check JS build
12
13
jobs:
0 commit comments