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 094ca6e commit 13114e1Copy full SHA for 13114e1
.github/workflows/javascript.yml
@@ -4,10 +4,25 @@ on:
4
push:
5
branches:
6
- trunk
7
+ paths:
8
+ - .bazel*
9
+ - .github/actions/**
10
+ - .github/workflows/javascript.yml
11
+ - javascript/**
12
+ - common/**
13
+ - package.json
14
+ - package-lock.json
15
pull_request:
16
17
-
18
19
20
21
22
23
24
25
26
jobs:
27
node_tests:
28
runs-on: ubuntu-latest
0 commit comments