Skip to content

Commit ddf8523

Browse files
Update updateCodeJSON.yml
1 parent 8e6d843 commit ddf8523

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/updateCodeJSON.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
name: Update Code.json
22
on:
33
workflow_dispatch:
4-
push:
5-
branches:
6-
- "code-json-*"
4+
pull_request:
5+
types: [opened, synchronize]
76
paths:
8-
- "code.json"
7+
- 'code.json'
98

109
permissions:
1110
contents: write

0 commit comments

Comments
 (0)