Skip to content

Commit af48436

Browse files
committed
review updates
1 parent eafd37a commit af48436

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build-samples-json.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ permissions:
44
pull-requests: read
55

66
on:
7-
push:
7+
pull_request:
8+
types: [opened, synchronize, reopened]
89
branches:
9-
- main
10+
- "**"
1011
paths:
1112
- "samples/**"
1213

@@ -44,7 +45,7 @@ jobs:
4445
- name: Set up Node.js
4546
uses: actions/setup-node@v4
4647
with:
47-
node-version: '20'
48+
node-version: "20"
4849

4950
- name: Get list of changed JS/TS files
5051
id: changed_js

0 commit comments

Comments
 (0)