Skip to content

Commit 439c730

Browse files
committed
run check-js-build action only when js/ or plotly/labextension/ have changed
1 parent 2978fdd commit 439c730

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/check-js-build.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
on: push
1+
on:
2+
push:
3+
branches:
4+
- main
5+
pull_request:
6+
types: [opened, reopened]
7+
paths:
8+
- 'js/**'
9+
- 'plotly/labextension/**'
10+
211
name: Check JS build
312

413
jobs:

0 commit comments

Comments
 (0)